Skip to content
Snippets Groups Projects
Commit d5a534b8 authored by Thomas Flori's avatar Thomas Flori
Browse files

update coveralls binary path

parent 506b7be1
No related branches found
No related tags found
No related merge requests found
......@@ -20,4 +20,4 @@ before_script:
script:
- composer code-style
- vendor/bin/phpunit -c phpunit.xml --coverage-clover=build/logs/clover.xml --coverage-text
- sh -c 'if [ "$TRAVIS_PHP_VERSION" = "7.1" ]; then php bin/php-coveralls -v; fi;'
- sh -c 'if [ "$TRAVIS_PHP_VERSION" = "7.1" ]; then php vendor/bin/php-coveralls -v; fi;'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment