1
0
mirror of https://github.com/shazow/ssh-chat.git synced 2025-07-06 03:38:56 +03:00

Merge pull request 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

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