We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7b9b8 commit b802985Copy full SHA for b802985
.travis.yml
@@ -22,8 +22,7 @@ before_script:
22
- composer install --no-interaction
23
24
after_script:
25
- - wget https://scrutinizer-ci.com/ocular.phar
26
- - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
+ - if [ $TRAVIS_PHP_VERSION = '5.6' ]; then wget https://scrutinizer-ci.com/ocular.phar; php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
27
28
notifications:
29
irc: "irc.freenode.org#phpdocumentor"
0 commit comments