diff options
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index d24b79fa..367e87f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,18 +1,11 @@ language: php -env: APPLICATION_ENV travis - php: - 5.3 - 5.4 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 + - ./bin/phing test
\ No newline at end of file |