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

Commit 3331b45

Browse files
committed
Travis: added composer flag
1 parent b303716 commit 3331b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ sudo: false
2323

2424
before_script:
2525
# Update Composer
26-
- composer self-update
26+
- travis_retry composer self-update
2727

2828
# Install Nette Tester
29-
- composer install --no-interaction --prefer-source
29+
- travis_retry composer update --no-interaction --prefer-source $COMPOSER_FLAG
3030

3131
# Coveralls
3232
- if [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then cat ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini >> ./tests/php-unix.ini; fi

0 commit comments

Comments
 (0)