This repository has been archived on 2023-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
dex/vendor/github.com/coreos/go-oidc/.travis.yml

17 lines
223 B
YAML
Raw Normal View History

2016-11-17 23:21:26 +00:00
language: go
go:
- 1.7.3
- 1.6.3
install:
2016-12-01 21:16:14 +00:00
- go get -v -t github.com/coreos/go-oidc/...
2016-11-17 23:21:26 +00:00
- go get golang.org/x/tools/cmd/cover
- go get github.com/golang/lint/golint
script:
- ./test
notifications:
email: false