Skip to content

Commit bdbe861

Browse files
committed
Made sure code coverage is uploaded to Scrutinizer
1 parent 0434835 commit bdbe861

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
@@ -40,7 +40,7 @@ script:
4040

4141
after_script:
4242
- |
43-
if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then
43+
if [[ "$TRAVIS_PHP_VERSION" == '7.0' ]]; then
4444
wget https://scrutinizer-ci.com/ocular.phar
4545
php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
4646
fi

0 commit comments

Comments
 (0)