Skip to content
This repository was archived by the owner on Aug 4, 2020. It is now read-only.

Commit 6771695

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 a8f53d0 commit 6771695

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
@@ -8,8 +8,7 @@ cache:
88
directories:
99
- vendor
1010
env:
11-
DEV_REGISTRY=quay.io
12-
DOCKER_BUILD_FLAGS="--pull --no-cache"
11+
- DEV_REGISTRY=quay.io DOCKER_BUILD_FLAGS="--pull --no-cache"
1312
services:
1413
- docker
1514
sudo: required

0 commit comments

Comments
 (0)