jwt/.travis.yml

12 lines
104 B
YAML

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