Skip to content

Commit 49bd062

Browse files
committed
No emails, update before script
1 parent edfae80 commit 49bd062

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ php:
1313
sudo: false
1414

1515
before_script:
16-
- travis_retry composer self-update
17-
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
16+
- composer self-update
17+
- composer install --prefer-dist --no-interaction
1818

1919
script:
2020
- sh -c "if [ '$RUN_TESTS' = '1' ]; then phpunit --coverage-text --coverage-clover=coverage.clover; fi"
2121
- sh -c "if [ '$PHPCS' = '1' ]; then vendor/bin/phpcs -p -n --extensions=php --standard=psr2 ./src ./tests; fi"
2222

23-
after_script:
24-
- php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
23+
notifications:
24+
email: false

0 commit comments

Comments
 (0)