1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 06:29:29 +01:00
Files
descheduler/vendor/github.com/form3tech-oss/jwt-go/.travis.yml
2020-10-30 09:41:49 -04:00

13 lines
113 B
YAML

language: go
script:
- go vet ./...
- go test -v ./...
go:
- 1.12
- 1.13
- 1.14
- 1.15
- tip