Skip to content

Commit 55f4d1d

Browse files
author
Eugene Leonovich
committed
Tweak .travis.yml
1 parent 443d2b0 commit 55f4d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ script:
5050
after_script:
5151
# code-coverage for scrutinizer-ci
5252
- >
53-
bash -c 'if [[ 5.6 == $TRAVIS_PHP_VERSION ]]; then
53+
bash -c 'if [[ -f coverage.clover ]]; then
5454
wget https://scrutinizer-ci.com/ocular.phar;
5555
php ocular.phar code-coverage:upload --format=php-clover coverage.clover;
5656
fi;'

0 commit comments

Comments
 (0)