From 2ada84f3ef6b22980a25c01e0a2d279fa46d3434 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Wed, 22 Feb 2017 13:05:39 -0700 Subject: [PATCH] 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. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3d61dcc..232ec4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: