Skip to content

Commit

Permalink
ci: resolve travis issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) committed May 6, 2017
1 parent 0d982e1 commit 2795678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- docker

env:
- DOCKER_BIND_LOCALHOST=true GO15VENDOREXPERIMENT=1
- DOCKER_BIND_LOCALHOST=true
- DATABASE_URL=memory

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

0 comments on commit 2795678

Please sign in to comment.