Skip to content

Commit 2ada84f

Browse files
committed
fix(.travis.yml): declare env vars on one line
Without this, Travis CI expands the build matrix and sets one environment variable per build, which was not intended.
1 parent 84fce10 commit 2ada84f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ services:
77
- docker
88
env:
99
# HACK(bacongobbler): make travis tests work
10-
- DEIS_REGISTRY=travis-ci/
11-
- DOCKER_BUILD_FLAGS="--pull --no-cache"
10+
- DEIS_REGISTRY=travis-ci/ DOCKER_BUILD_FLAGS="--pull --no-cache"
1211
install:
1312
- make docker-build
1413
script:

0 commit comments

Comments
 (0)