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

12 lines
102 B
YAML
Raw Normal View History

2020-06-12 23:04:36 +02:00
language: go
script:
- go vet ./...
- go test -v ./...
go:
- 1.7
2021-07-29 22:48:58 +02:00
- 1.8
- 1.9
- 1.10