3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-15 08:29:31 +01:00
ergo/vendor/github.com/golang-jwt/jwt/.travis.yml
Shivaram Lingamneni ef92318282 replace jwt library
Fixes #1762
2021-07-29 16:49:35 -04:00

12 lines
102 B
YAML

language: go
script:
- go vet ./...
- go test -v ./...
go:
- 1.7
- 1.8
- 1.9
- 1.10