1
0
mirror of https://github.com/shazow/ssh-chat.git synced 2025-04-21 03:07:40 +03:00
2015-01-20 16:31:49 -08:00

18 lines
261 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:
# TODO: Bring this back: - fgt golint
- make test
go:
- 1.4