summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ae4696b..d6ad971 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,6 @@ script:
- ./vendor/bin/phpunit --coverage-clover=coverage.xml
after_script:
- - bash -c 'if [ "$TRAVIS_PHP_VERSION" == "5.6" ]; wget https://scrutinizer-ci.com/ocular.phar; fi;'
- - bash -c 'if [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.xml; fi;'
+ - bash -c 'if [ "$TRAVIS_PHP_VERSION" == "5.6" ] ; then wget https://scrutinizer-ci.com/ocular.phar; fi;'
+ - bash -c 'if [ "$TRAVIS_PHP_VERSION" == "5.6" ] ; then php ocular.phar code-coverage:upload --format=php-clover coverage.xml; fi;'