using travis_retry for image building

This commit is contained in:
Daniel Panteleit 2017-07-23 12:00:44 +02:00
parent 88e3d88de1
commit 63970b6f2b
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: