summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index f9d65a82..b6badb3d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,10 +9,9 @@ before_script:
- composer self-update
- composer install --prefer-source --dev
- export PATH=./bin/:$PATH
- - phpenv config-add travis.php.ini
script:
- - ./bin/phing coverage
+ - bash -c 'if [ "$TRAVIS_PHP_VERSION" == "5.3" ]; then phing test; else phing coverage ; fi;'
after_script:
- - php ./bin/coveralls -v \ No newline at end of file
+ - php ./bin/coveralls -v