Skip to content

Commit

Permalink
use latest php-coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Nov 25, 2020
1 parent 545cddd commit 21c39eb
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 @@ -36,7 +36,7 @@ script:
# run PHPUnit
- phpdbg -qrr vendor/phpunit/phpunit/phpunit -v --coverage-clover build/logs/clover.xml
# upload code coverage data
- if [ "${TRAVIS_REPO_SLUG}" = "craue/CraueFormFlowDemoBundle" ]; then travis_retry wget -q https://github.com/php-coveralls/php-coveralls/releases/download/v2.2.0/php-coveralls.phar && travis_retry php php-coveralls.phar -v; fi;
- if [ "${TRAVIS_REPO_SLUG}" = "craue/CraueFormFlowDemoBundle" ]; then travis_retry wget -q https://github.com/php-coveralls/php-coveralls/releases/download/v2.4.2/php-coveralls.phar && travis_retry php php-coveralls.phar -v; fi;

notifications:
email:
Expand Down

0 comments on commit 21c39eb

Please sign in to comment.