Test on Travis

* Closes #10
This commit is contained in:
Arlo Breault 2016-01-21 15:33:42 -08:00
parent 2680343790
commit 133f657928
4 changed files with 20 additions and 1 deletions

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: go
go:
- 1.5
before_script:
npm install -g coffee-script
script:
- make check
- go test -v -race ./broker
- cd proxy && cake test