fastpastebin/vendor/github.com/dgrijalva/jwt-go/.travis.yml

14 lines
117 B
YAML
Raw Normal View History

2018-04-30 18:42:17 +05:00
language: go
script:
- go vet ./...
- go test -v ./...
go:
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- tip