Skip to content

Commit 1ad9724

Browse files
committed
Adjusted coveralls binary path
1 parent 2385efa commit 1ad9724

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
@@ -26,4 +26,4 @@ script:
2626
- php vendor/bin/phpunit $COVERAGE
2727

2828
after_script:
29-
- if [[ $COVERAGE ]]; then php vendor/bin/coveralls; fi
29+
- if [[ $COVERAGE ]]; then php vendor/bin/php-coveralls; fi

0 commit comments

Comments
 (0)