We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4c31a commit b16c0f3Copy full SHA for b16c0f3
.travis.yml
@@ -6,8 +6,7 @@ services:
6
- docker
7
8
env:
9
- - DOCKER_BIND_LOCALHOST=true GO15VENDOREXPERIMENT=1
10
- - DATABASE_URL=memory
+ - DOCKER_BIND_LOCALHOST=true DATABASE_URL=memory
11
12
language: go
13
@@ -33,7 +32,7 @@ script:
33
32
- go test -v -bench=.* -run=none $(glide novendor)
34
- docker build -t hydra-travis-ci .
35
- docker run -d hydra-travis-ci
36
- - hydra host --dangerous-auto-logon --dangerous-force-http &
+ - DATABASE_URL=memory hydra host --dangerous-auto-logon --dangerous-force-http &
37
- while ! echo exit | nc localhost 4444; do sleep 1; done
38
# Test clients
39
- hydra clients create --id foobar
0 commit comments