diff --git a/.travis.yml b/.travis.yml index e6863932a..e7e2c349a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -109,7 +109,9 @@ jobs: before_script: - gcloud docker --authorize-only - bin/docker-pull-deps - - bin/docker-pull master + # Pulling master helps with docker build cache, but may fail if we're + # adding a new image to the mix. + - bin/docker-pull master || echo "docker pull failed" >&2 - | export CONDUIT_TAG=$(. bin/_tag.sh ; clean_head_root_tag) echo "CONDUIT_TAG=${CONDUIT_TAG}"