Skip to content
Snippets Groups Projects
Commit 437ec827 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Report coverage only for successful builds.

parent 80479845
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ matrix:
- php: hhvm
before_script: composer update --dev
script: phpunit --configuration tools/phpunit
after_script:
after_success:
- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/bin/coveralls -v; fi
notifications:
slack:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment