Skip to content

Commit 9e19e4b

Browse files
committed
Submits test coverage report to Coveralls.
1 parent 10e93fc commit 9e19e4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ before_script:
1919
script:
2020
- phpunit -d api_key=$API_KEY --coverage-clover build/logs/clover.xml
2121

22+
# Submit test coverage report to Coveralls.
23+
after_success:
24+
- vendor/bin/coveralls -v
25+
2226
# Cache composer bits for faster test suite runs.
2327
cache:
2428
directories:

0 commit comments

Comments
 (0)