mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-12 15:17:16 +03:00
Run golint via fgt before the tests
This commit is contained in:
parent
b81324a5b4
commit
50f1dc811c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user