summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsmir Mustafic <[email protected]>2015-05-09 10:53:22 +0200
committerAsmir Mustafic <[email protected]>2015-05-09 10:53:22 +0200
commitd94cedb6483dea44cb6376ab8a35727fefbd8da6 (patch)
tree85184a5a2537bdd8b41609967b3ac1b24325b5ba
parentec2b813503446a9a2c52c06c2892c4f3b4ffecb5 (diff)
If bash syntax
-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;'