Skip to content

Commit

Permalink
Ignore when docker pulls fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Oct 1, 2015
1 parent a0aba50 commit 66a69b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ before_install:
- sudo apt-get install xvfb firefox
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- docker pull opendataservices/resource-projects-etl:${TRAVIS_TAG:-$TRAVIS_BRANCH}
- docker pull opendataservices/resource-projects-etl || true
- docker pull opendataservices/resource-projects-etl:${TRAVIS_TAG:-$TRAVIS_BRANCH} || true
- docker build -t opendataservices/resource-projects-etl .
# https://github.com/travis-ci/travis-ci/issues/4778
- sudo service docker restart ; sleep 10
Expand Down

0 comments on commit 66a69b0

Please sign in to comment.