mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-05-31 07:39:24 +03:00
Merge pull request #52 from peterhellberg/master
Run golint via fgt before the tests.
This commit is contained in:
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user