We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e054d14 commit e3afc16Copy full SHA for e3afc16
.travis.yml
@@ -16,6 +16,6 @@ install:
16
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction --prefer-dist
17
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
18
19
-script: vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
+script: vendor/bin/phpunit --verbose --coverage-clover tests/logs/clover.xml
20
21
after_success: php vendor/bin/php-coveralls --verbose
0 commit comments