summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCiro Mattia Gonano <ciromattia@gmail.com>2013-09-13 14:52:36 +0200
committerCiro Mattia Gonano <ciromattia@gmail.com>2013-09-13 14:52:36 +0200
commit15e8db8f171e8038922581e351e300b19adad4b1 (patch)
treeea0b2f9c9961d49ad24668e7204f6b2dba7921ec /.travis.yml
parentd1fbd22d4c30bb750e283298b2e9155039bec780 (diff)
Update travis settings
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
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