Merge pull request #52 from peterhellberg/master

Run golint via fgt before the tests.
This commit is contained in:
Andrey Petrov 2014-12-14 17:35:39 -08:00
commit c53d11e523

View File

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