ssh-chat/.travis.yml

16 lines
183 B
YAML

language: go
notifications:
email: false
install:
- export PATH=$PATH:$HOME/gopath/bin
- make deps
script:
# TODO: Bring this back: - fgt golint
- make test
go:
- tip