3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-11 14:39:31 +01:00
ergo/vendor/github.com/dgrijalva/jwt-go/.travis.yml
2020-06-15 14:34:58 -04:00

14 lines
117 B
YAML

language: go
script:
- go vet ./...
- go test -v ./...
go:
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- tip