Run golint via fgt before the tests

This commit is contained in:
Peter Hellberg 2014-12-15 02:32:13 +01:00
parent b81324a5b4
commit 50f1dc811c

View File

@ -4,9 +4,13 @@ notifications:
email: false email: false
install: install:
- export PATH=$PATH:$HOME/gopath/bin
- go get github.com/GeertJohan/fgt
- go get github.com/golang/lint/golint
- make deps - make deps
default: script:
- fgt golint
- make test - make test
go: go: