mirror of https://github.com/golang-jwt/jwt.git
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.
This commit is contained in:
parent
24c63f5652
commit
e58d3b7548
|
@ -1,8 +1,13 @@
|
|||
language: go
|
||||
|
||||
script:
|
||||
- go vet ./...
|
||||
- go test -v ./...
|
||||
|
||||
go:
|
||||
- 1.3
|
||||
- 1.4
|
||||
- 1.5
|
||||
- 1.6
|
||||
- 1.7
|
||||
- tip
|
||||
|
|
Loading…
Reference in New Issue