summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-11-10 16:45:40 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-11-10 16:45:40 +0100
commite99e35819d53dc48ae4e9a8491528a6b6011469f (patch)
tree16c76f8966e2d4b569879c33bf55f6d32ae57f26 /.travis.yml
parentdeb21334572e4bef961db6a6734b0a59645580c5 (diff)
Move to phpunit4, drop tests on php5.3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d1e79154..6f23a332 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
language: php
php:
- - 5.3
- 5.4
- 5.5
- 5.6
@@ -12,7 +11,7 @@ before_script:
- export PATH=./bin/:$PATH
script:
- - bash -c 'if [ "$TRAVIS_PHP_VERSION" == "5.3" ]; then phing test; else phing coverage ; fi;'
+ - phing coverage
after_script:
- php ./bin/coveralls -v