diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 178d7a0b..d24b79fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,18 @@ language: php + +env: APPLICATION_ENV travis + php: - 5.3 - 5.4 -script: "./travis-phing.sh test" + +before_script: + - COMPOSER_PROCESS_TIMEOUT=10000 composer install + - ./bin/phing rw + - ./bin/phing db -D env=travis + +script: + - ./bin/phing test + +notifications: + email: false
\ No newline at end of file |