Skip to content

Commit 0a29b5a

Browse files
committed
chore(travis): add DEV_REGISTRY
1 parent 1b08fa1 commit 0a29b5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ sudo: required
33
services:
44
- docker
55
script:
6-
- cd grafana && make test && cd ..
7-
- cd telegraf && make test && cd ..
6+
- cd grafana && DEV_REGISTRY="docker.io" make test && cd ..
7+
- cd telegraf && DEV_REGISTRY="docker.io" make test && cd ..
88
notifications:
99
slack:
1010
rooms:

0 commit comments

Comments
 (0)