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

17 lines
223 B
YAML
Raw Normal View History

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