Skip to content

Commit

Permalink
Merge pull request #189 from mboersma/fix-travis
Browse files Browse the repository at this point in the history
fix(.travis.yml): declare env vars on one line
  • Loading branch information
mboersma authored Feb 27, 2017
2 parents 93995d9 + 2ada84f commit 27b4e65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ services:
- docker
env:
# HACK(bacongobbler): make travis tests work
- DEIS_REGISTRY=travis-ci/
- DOCKER_BUILD_FLAGS="--pull --no-cache"
- DEIS_REGISTRY=travis-ci/ DOCKER_BUILD_FLAGS="--pull --no-cache"
install:
- make docker-build
script:
Expand Down

0 comments on commit 27b4e65

Please sign in to comment.