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 4b5e219
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -6,8 +6,7 @@ services:
- docker

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

language: go

Expand All @@ -33,7 +32,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 4b5e219

Please sign in to comment.