ssh-chat/.travis.yml

18 lines
236 B
YAML
Raw Normal View History

language: go
notifications:
email: false
install:
2014-12-15 02:32:13 +01:00
- export PATH=$PATH:$HOME/gopath/bin
- go get github.com/GeertJohan/fgt
- go get github.com/golang/lint/golint
- make deps
2014-12-15 02:32:13 +01:00
script:
- fgt golint
- make test
go:
- 1.4