Skip to content

Commit 1199fe5

Browse files
committed
Update .travis.yml
1 parent 25fa15d commit 1199fe5

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
@@ -22,4 +22,4 @@ script:
2222
- phpunit --coverage-text --coverage-clover=coverage.clover
2323

2424
after_script:
25-
- php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
25+
- if [[ $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != '7.0' ]]; then php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi

0 commit comments

Comments
 (0)