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: services:
- docker - docker
install: install:
- travis_wait make build-no-cache - travis_retry travis_wait make build-no-cache
script: script:
- make generate-accounts run fixtures tests - make generate-accounts run fixtures tests
after_script: after_script: