mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-12 15:17:16 +03:00
18 lines
236 B
YAML
18 lines
236 B
YAML
language: go
|
|
|
|
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
|
|
|
|
script:
|
|
- fgt golint
|
|
- make test
|
|
|
|
go:
|
|
- 1.4
|