Skip to content

Commit 1ffc67e

Browse files
authored
Merge pull request #3165 from hugovk/travis_retry
Use travis_retry for docker pull to avoid occasional network timeouts
2 parents d6fa286 + 8be7de8 commit 1ffc67e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install:
4242
- if [ "$DOCKER" == "" ]; then .travis/install.sh; fi
4343

4444
before_install:
45-
- if [ "$DOCKER" ]; then docker pull pythonpillow/$DOCKER:$DOCKER_TAG; fi
45+
- if [ "$DOCKER" ]; then travis_retry docker pull pythonpillow/$DOCKER:$DOCKER_TAG; fi
4646

4747
before_script:
4848
# Qt needs a display for some of the tests, and it's only run on the system site packages install

0 commit comments

Comments
 (0)