Skip to content

Commit b089f8e

Browse files
committed
trying to make coveralls work
1 parent 954a8b6 commit b089f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_script:
1414

1515
script:
1616
- mkdir -p build/logs
17-
- phpunit --coverage-clover build/logs/clover.xml
17+
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
1818

1919
#after_script:
2020
# - php vendor/bin/coveralls -v

0 commit comments

Comments
 (0)