mirror of
https://gitee.com/gitea/gitea
synced 2025-11-04 00:20:25 +08:00
switch to maintained lib (#16535)
Co-authored-by: Matti R <matti@mdranta.net>
This commit is contained in:
11
vendor/github.com/golang-jwt/jwt/.travis.yml
generated
vendored
Normal file
11
vendor/github.com/golang-jwt/jwt/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
language: go
|
||||
|
||||
script:
|
||||
- go vet ./...
|
||||
- go test -v ./...
|
||||
|
||||
go:
|
||||
- 1.7
|
||||
- 1.8
|
||||
- 1.9
|
||||
- 1.10
|
||||
Reference in New Issue
Block a user