install golint in travis
This commit is contained in:
parent
e909415c7c
commit
ff725f3609
1 changed files with 3 additions and 0 deletions
|
@ -3,5 +3,8 @@ language: go
|
||||||
go:
|
go:
|
||||||
- 1.9
|
- 1.9
|
||||||
|
|
||||||
|
install:
|
||||||
|
- go get -u golang.org/x/lint/golint
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
|
Loading…
Reference in a new issue