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

Commit 07a1e3d

Browse files
committed
Build optimizations
1 parent 4a1fe69 commit 07a1e3d

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,12 +28,12 @@ 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

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

0 commit comments

Comments
 (0)