Skip to content

Commit

Permalink
fix(.travis.yml): declare env vars on one line
Browse files Browse the repository at this point in the history
Without this, Travis CI expands the build matrix and sets
one environment variable per build, which was not intended.
  • Loading branch information
mboersma committed Feb 22, 2017
1 parent 84fce10 commit 2ada84f
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 2ada84f

Please sign in to comment.