diff --git a/.travis.yml b/.travis.yml index 918a47f..b41f58b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,8 @@ install: script: - './vendor/bin/phpunit --testdox --coverage-clover=clover.xml' - - wget https://scrutinizer-ci.com/ocular.phar; fi - - php ocular.phar code-coverage:upload --format=php-clover clover.xml; fi + - wget https://scrutinizer-ci.com/ocular.phar + - php ocular.phar code-coverage:upload --format=php-clover clover.xml notifications: email: false