Files
k3s/vendor/github.com/coreos/go-oidc/.travis.yml
Darren Shepherd 661988fb38 Update vendor
2019-09-27 16:54:32 -07:00

17 lines
224 B
YAML

language: go
go:
- "1.9"
- "1.10"
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