Adding our build to travis ci

This commit is contained in:
Deluan
2016-02-26 10:52:43 -05:00
parent fa9103b923
commit cf8b1bc58f
3 changed files with 18 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
sudo: false
language: go
go:
- 1.6
install:
- go get github.com/gpmgo/gopm
script:
- gopm test ./... -v
notifications:
email:
- marty.schoch@gmail.com