Skip to content

Commit b2ecba5

Browse files
authored
Merge pull request #83 from mboersma/fix-travis
fix(.travis.yml): declare env vars on one line
2 parents 93f7910 + 86a30d7 commit b2ecba5

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)