Using travis_retry for image building (#664)

This commit is contained in:
Daniel Panteleit 2017-07-23 21:27:38 +02:00 committed by Thomas VIAL
parent 50dae03997
commit b92e2c52c5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ sudo: required
services:
- docker
install:
- travis_wait make build-no-cache
- travis_retry travis_wait make build-no-cache
script:
- make generate-accounts run fixtures tests
after_script: