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
0b96aaa707
jwt
/
.travis.yml
14 lines
117 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
:
Test latest 1.4.x and 1.3.x version.
2016-03-22 04:07:45 +03:00
-
1.3
-
1.4
Update .travis.yml
2015-08-20 11:53:58 +03:00
-
1.5
add 1.6 to travis.yml
2016-03-08 02:28:38 +03:00
-
1.6
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
Update .travis.yml
2015-08-20 11:53:58 +03:00
-
tip