1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-10 13:10:33 +08:00
Files
terasu-cloudflared/vendor/github.com/coreos/go-oidc/.travis.yml
2019-08-20 13:13:29 -05: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