Skip to content

Commit 907558b

Browse files
Fixing coveralls (#151)
1 parent 62d81a4 commit 907558b

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
@@ -12,7 +12,7 @@ script:
1212
- mkdir -p build/logs
1313
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
1414
after_script:
15-
- vendor/bin/coveralls -v
15+
- vendor/bin/php-coveralls -v
1616

1717
# Integration tests need to run first to reset the PR build status to pending
1818
stages:

0 commit comments

Comments
 (0)