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

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
.SILENT: check
.PHONY: check
check:
! gofmt -l . 2>&1 | read
go vet ./broker ./client ./server