Skip to content

Commit

Permalink
fix(.travis.yml): declare env vars on one line
Browse files Browse the repository at this point in the history
Without this change, Travis CI runs a separate job for each
environment variable, which was unintended.
  • Loading branch information
mboersma committed Feb 23, 2017
1 parent deac308 commit 7f121a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,7 @@ branches:
only:
- master
env:
DEV_REGISTRY=quay.io
DOCKER_BUILD_FLAGS="--pull --no-cache"
- DEV_REGISTRY=quay.io DOCKER_BUILD_FLAGS="--pull --no-cache"
services:
- docker
sudo: required
Expand Down

0 comments on commit 7f121a4

Please sign in to comment.