Skip to content

Commit 11f613e

Browse files
committed
Fix Coveralls integration
1 parent 13cd7ee commit 11f613e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ install:
88
- composer update
99
- composer require php-coveralls/php-coveralls --dev
1010

11-
script:
12-
- vendor/bin/phpunit --coverage-clover ./tests/logs/clover.xml
11+
script: vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
1312

1413
after_script:
1514
- php vendor/bin/php-coveralls -v

0 commit comments

Comments
 (0)