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 10e93fc commit 9e19e4bCopy full SHA for 9e19e4b
.travis.yml
@@ -19,6 +19,10 @@ before_script:
19
script:
20
- phpunit -d api_key=$API_KEY --coverage-clover build/logs/clover.xml
21
22
+# Submit test coverage report to Coveralls.
23
+after_success:
24
+ - vendor/bin/coveralls -v
25
+
26
# Cache composer bits for faster test suite runs.
27
cache:
28
directories:
0 commit comments