dex/vendor/github.com/coreos/go-oidc/.travis.yml

17 lines
219 B
YAML
Raw Normal View History

2016-11-18 04:51:26 +05:30
language: go
go:
- 1.7.3
- 1.6.3
install:
- go get -v -t github.com/coreos/go-oidc
- go get golang.org/x/tools/cmd/cover
- go get github.com/golang/lint/golint
script:
- ./test
notifications:
email: false