Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modularize Managers #57

Closed
wants to merge 15 commits into from
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,14 @@ services:
- docker

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

language: go

go_import_path: github.com/ory-am/ladon
go_import_path: github.com/ory/ladon

go:
- tip
- 1.7

matrix:
allow_failures:
- go: tip
- 1.8

install:
- go get github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/pierrre/gotestcover github.com/Masterminds/glide
Expand Down
Loading