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
Tags v1.0.0-rc.3
No related merge requests found
...@@ -20,4 +20,4 @@ before_script: ...@@ -20,4 +20,4 @@ before_script:
script: script:
- composer code-style - composer code-style
- vendor/bin/phpunit -c phpunit.xml --coverage-clover=build/logs/clover.xml --coverage-text - 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