Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit bc17ad6

Browse files
committed
Build optimizations
1 parent 8297b24 commit bc17ad6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ before_install:
2828
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
2929

3030
install:
31-
- composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
31+
- travis_retry composer update --prefer-dist --no-interaction --no-suggest $COMPOSER_FLAGS
3232

3333
script:
3434
- mkdir -p build/logs
3535
- ./bin/phpunit --coverage-clover build/logs/clover.xml
3636
- ./bin/phpcs --standard=php_cs.xml --ignore=*/vendor/* .
3737

3838
after_script:
39-
- wget https://scrutinizer-ci.com/ocular.phar
40-
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
39+
- travis_retry wget https://scrutinizer-ci.com/ocular.phar
40+
- travis_retry php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml

0 commit comments

Comments
 (0)