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

14 lines
117 B
YAML
Raw Normal View History

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