Skip to content

Commit e3afc16

Browse files
committed
Additional tweaks for old version of Coveralls
1 parent e054d14 commit e3afc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ install:
1616
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction --prefer-dist
1717
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
1818

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

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

0 commit comments

Comments
 (0)