We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f226d8e commit 34098abCopy full SHA for 34098ab
.travis.yml
@@ -19,9 +19,6 @@ script:
19
- mkdir -p build/logs
20
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
21
22
-after_success:
23
- - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'
24
-
25
notifications:
26
email:
27
on_success: always
0 commit comments