Skip to content

Commit

Permalink
Add comments to Travis build file
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Jan 12, 2016
1 parent a6a5e2a commit 87a72d5
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 @@ -7,7 +7,7 @@ services:

before_install:
- env
# Pre-fetch docker images
# Pre-fetch docker images - seems to need to be done before docker env vars are set
- docker pull redis:3.0.2
- docker pull rabbitmq:3.5.3
- docker pull mongo:3.1.5
Expand All @@ -23,6 +23,7 @@ before_install:
- docker pull nginx:1.9.4
- docker pull dduportal/docker-compose:1.3.1
- docker pull richnorth/ambassador:latest
# Update env vars required by testcontainers
- export DOCKER_HOST=tcp://127.0.0.1:2375
- export DOCKER_TLS_VERIFY=0
- env
Expand Down

0 comments on commit 87a72d5

Please sign in to comment.