Skip to content

Commit 27b4e65

Browse files
authored
Merge pull request #189 from mboersma/fix-travis
fix(.travis.yml): declare env vars on one line
2 parents 93995d9 + 2ada84f commit 27b4e65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.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)