Skip to content

Commit

Permalink
Freezed test coverage reproting in travis to php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaj committed Oct 20, 2020
1 parent 71322ac commit 3dfe076
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 @@ -21,5 +21,5 @@ script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

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

0 comments on commit 3dfe076

Please sign in to comment.