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

17 lines
169 B
YAML
Raw Normal View History

2016-04-09 00:26:29 +05:30
language: go
go:
- 1.4.3
2016-05-10 02:59:14 +05:30
- 1.5.4
- 1.6.1
2016-04-09 00:26:29 +05:30
install:
- go get -v -t ./...
- go get golang.org/x/tools/cmd/cover
script:
- ./test
notifications:
email: false