diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-11-10 16:45:40 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-11-10 16:45:40 +0100 |
commit | e99e35819d53dc48ae4e9a8491528a6b6011469f (patch) | |
tree | 16c76f8966e2d4b569879c33bf55f6d32ae57f26 /.travis.yml | |
parent | deb21334572e4bef961db6a6734b0a59645580c5 (diff) |
Move to phpunit4, drop tests on php5.3
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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 |