Skip to content

Commit 86a30d7

Browse files
committed
fix(.travis.yml): declare env vars on one line
Without this change, Travis CI runs a separate job for each environment variable, which was unintended.
1 parent 1ef4525 commit 86a30d7

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
@@ -9,8 +9,7 @@ services:
99
- docker
1010
env:
1111
# HACK(bacongobbler): make travis tests work
12-
- DEIS_REGISTRY=travis-ci
13-
- DOCKER_BUILD_FLAGS="--pull --no-cache"
12+
- DEIS_REGISTRY=travis-ci DOCKER_BUILD_FLAGS="--pull --no-cache"
1413
install:
1514
- make docker-build
1615
script:

0 commit comments

Comments
 (0)