Skip to content

Commit c4aaa76

Browse files
committed
Fix Coveralls builds
1 parent 2d0e00b commit c4aaa76

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
@@ -15,6 +15,6 @@ install:
1515
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction --prefer-dist
1616
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
1717

18-
script: vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
18+
script: vendor/bin/phpunit --verbose --coverage-clover tests/logs/clover.xml
1919

2020
after_success: php vendor/bin/php-coveralls --verbose

0 commit comments

Comments
 (0)