Skip to content

Commit 63063bc

Browse files
authored
Merge pull request #489 from mboersma/fix-travis
fix(.travis.yml): declare env vars on one line
2 parents deac308 + 7f121a4 commit 63063bc

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
@@ -3,8 +3,7 @@ branches:
33
only:
44
- master
55
env:
6-
DEV_REGISTRY=quay.io
7-
DOCKER_BUILD_FLAGS="--pull --no-cache"
6+
- DEV_REGISTRY=quay.io DOCKER_BUILD_FLAGS="--pull --no-cache"
87
services:
98
- docker
109
sudo: required

0 commit comments

Comments
 (0)