ssh-chat/.travis.yml
2014-12-13 11:01:11 -08:00

14 lines
105 B
YAML

language: go
notifications:
email: false
install:
- make deps
default:
- make test
go:
- 1.4