Add go get golint to travis yaml

This commit is contained in:
Riccardo Biraghi
2018-04-11 16:46:52 +01:00
parent cde2a5186e
commit 1affe991cc

View File

@@ -28,4 +28,5 @@ script:
- make test-devserver
after_success:
- go get golang.org/x/lint/golint
- make lint