We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f3f51 commit 52a7899Copy full SHA for 52a7899
.travis.yml
@@ -13,11 +13,9 @@ services:
13
- mysql
14
15
install:
16
- - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer update --no-interaction --prefer-dist
+ - 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:
20
- - vendor/bin/phpunit --coverage-clover ./tests/logs/clover.xml
+script: vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
21
22
-after_script:
23
- - php vendor/bin/php-coveralls -v
+after_success: php vendor/bin/php-coveralls --verbose
0 commit comments