Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Commit e9aaf65

Browse files
committed
Fixing coveralls
1 parent dd3d8c7 commit e9aaf65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ script:
1818

1919
after_script:
2020
# code coverage currently does not seem to be supported on travis php 7 or hhvm
21-
- php vendor/bin/coveralls
21+
- head build/logs/clover.xml
22+
- vendor/bin/coveralls --verbose --no-interaction

0 commit comments

Comments
 (0)