Skip to content

Commit 52a7899

Browse files
committed
Minor tweaks for Travis configuration
1 parent 45f3f51 commit 52a7899

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ services:
1313
- mysql
1414

1515
install:
16-
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer update --no-interaction --prefer-dist
16+
- 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:
20-
- vendor/bin/phpunit --coverage-clover ./tests/logs/clover.xml
19+
script: vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
2120

22-
after_script:
23-
- php vendor/bin/php-coveralls -v
21+
after_success: php vendor/bin/php-coveralls --verbose

0 commit comments

Comments
 (0)