Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Jul 29, 2019
1 parent 95a0b24 commit 7ad3f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ install: travis_retry composer install
script: composer ci

after_success:
- if [[ "`phpenv version-name`" != "7.1" ]]; then exit 0; fi
- if [[ "`phpenv version-name`" != "7.3" ]]; then exit 0; fi
- vendor/bin/phpunit --coverage-clover coverage.clover
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
Expand Down

0 comments on commit 7ad3f02

Please sign in to comment.