We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0e00b commit c4aaa76Copy full SHA for c4aaa76
.travis.yml
@@ -15,6 +15,6 @@ install:
15
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction --prefer-dist
16
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
17
18
-script: vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
+script: vendor/bin/phpunit --verbose --coverage-clover tests/logs/clover.xml
19
20
after_success: php vendor/bin/php-coveralls --verbose
0 commit comments