install golint in travis

This commit is contained in:
Daniel Kang 2019-01-19 20:34:52 -08:00
parent e909415c7c
commit ff725f3609

View file

@ -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