Skip to content

Commit

Permalink
tests: TravisCI workaround travis-ci/travis-ci#4778
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleveil committed Sep 20, 2015
1 parent 45fa33f commit cc90d5a
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 @@ -6,11 +6,12 @@ before_install:
- sudo add-apt-repository ppa:duggan/bats --yes
- sudo apt-get update -qq
- sudo apt-get install -qq bats
- sudo service docker restart ; sleep 10
- docker pull nginx
- docker pull python:3
- docker pull jwilder/docker-gen
- docker pull rancher/socat-docker

script:
- docker build -t jwilder/nginx-proxy:bats .
- bats test
- bats test

0 comments on commit cc90d5a

Please sign in to comment.