Skip to content

Commit

Permalink
Not send code coverage to ScrutinizerCI for HHVM builds scrutinizer-c…
Browse files Browse the repository at this point in the history
  • Loading branch information
naxel committed Dec 8, 2014
1 parent ae47960 commit acd69d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ script:
after_script:
- php vendor/bin/coveralls -v
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover .reports/clover.xml
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover .reports/clover.xml; fi;'
notifications:
email: false

0 comments on commit acd69d9

Please sign in to comment.