test only lint in travis

This commit is contained in:
Dennis Coyle 2018-04-25 11:22:20 -04:00
parent bb8d4f8d22
commit 3c99f10094

View File

@ -7,5 +7,6 @@ go:
before_install:
- make build-dev-deps
- go get -u golang.org/x/vgo
- vgo install
script:
- make lint