From e99e35819d53dc48ae4e9a8491528a6b6011469f Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 10 Nov 2015 16:45:40 +0100 Subject: Move to phpunit4, drop tests on php5.3 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3