This website requires JavaScript.
Explore
Help
Sign In
re
/
jwt
forked from
mirror/jwt
Watch
1
Star
0
Fork
You've already forked jwt
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fb1de35795
jwt
/
.travis.yml
13 lines
110 B
YAML
Raw
Normal View
History
Unescape
Escape
added travis ci file
2015-06-03 01:02:28 +03:00
language
:
go
Remove unreachable code `go vet` on Go 1.8 errors because this line of code is unreachable. Adds a check that new code passes go vet, and adds Go 1.7 to travisci.
2016-11-01 19:52:33 +03:00
script
:
-
go vet ./...
-
go test -v ./...
added travis ci file
2015-06-03 01:02:28 +03:00
go
:
Remove unreachable code `go vet` on Go 1.8 errors because this line of code is unreachable. Adds a check that new code passes go vet, and adds Go 1.7 to travisci.
2016-11-01 19:52:33 +03:00
-
1.7
Providing (almost) full test matrix in GitHub actions (#14) * Providing full test matrix * Only testing Go version with module support on GitHub actions * Only testing legacy versions on travis. Will be deprecated in time
2021-05-28 16:35:34 +03:00
-
1.8
-
1.9
-
1.10
Update .travis.yml
2015-08-20 11:53:58 +03:00
-
tip