Skip to content

Commit b16c0f3

Browse files
Aeneas Rekkas (arekkas)arekkas
authored andcommitted
ci: resolve travis issues
1 parent 5a4c31a commit b16c0f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ services:
66
- docker
77

88
env:
9-
- DOCKER_BIND_LOCALHOST=true GO15VENDOREXPERIMENT=1
10-
- DATABASE_URL=memory
9+
- DOCKER_BIND_LOCALHOST=true DATABASE_URL=memory
1110

1211
language: go
1312

@@ -33,7 +32,7 @@ script:
3332
- go test -v -bench=.* -run=none $(glide novendor)
3433
- docker build -t hydra-travis-ci .
3534
- docker run -d hydra-travis-ci
36-
- hydra host --dangerous-auto-logon --dangerous-force-http &
35+
- DATABASE_URL=memory hydra host --dangerous-auto-logon --dangerous-force-http &
3736
- while ! echo exit | nc localhost 4444; do sleep 1; done
3837
# Test clients
3938
- hydra clients create --id foobar

0 commit comments

Comments
 (0)