diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 14:52:36 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 14:52:36 +0200 |
commit | 15e8db8f171e8038922581e351e300b19adad4b1 (patch) | |
tree | ea0b2f9c9961d49ad24668e7204f6b2dba7921ec | |
parent | d1fbd22d4c30bb750e283298b2e9155039bec780 (diff) |
Update travis settings
-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 |