mirror of https://github.com/golang-jwt/jwt.git
remove travis CI
no longer needed since github actions workflow was created for the project Signed-off-by: sadmansakib <ssadman8@gmail.com>
This commit is contained in:
parent
f697a603f8
commit
b3ae57f710
11
.travis.yml
11
.travis.yml
|
@ -1,11 +0,0 @@
|
||||||
language: go
|
|
||||||
|
|
||||||
script:
|
|
||||||
- go vet ./...
|
|
||||||
- go test -v ./...
|
|
||||||
|
|
||||||
go:
|
|
||||||
- 1.14
|
|
||||||
- 1.15
|
|
||||||
- 1.16
|
|
||||||
- tip
|
|
Loading…
Reference in New Issue