Skip to content

Commit fadc14c

Browse files
author
Matthew
committed
fix(travis): add workaround DEIS_REGISTRY for builds
1 parent 3a9734f commit fadc14c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ branches:
77
- master
88
services:
99
- docker
10+
env:
11+
# HACK(bacongobbler): make travis tests work
12+
- DEIS_REGISTRY=travis-ci
1013
install:
1114
- make docker-build
1215
script:

0 commit comments

Comments
 (0)