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

14 lines
117 B
YAML
Raw Normal View History

2017-08-05 20:30:20 +02:00
language: go
2017-10-22 10:07:36 +02:00
script:
- go vet ./...
- go test -v ./...
2017-08-05 20:30:20 +02:00
go:
- 1.3
- 1.4
- 1.5
- 1.6
2017-10-22 10:07:36 +02:00
- 1.7
2017-08-05 20:30:20 +02:00
- tip