start on travis.yml

This commit is contained in:
shawnps
2015-02-14 10:28:35 -08:00
parent 8794a73695
commit e3316dde3f

12
.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
language: go
go: 1.4
install:
- go get github.com/fzipp/gocyclo
- go get github.com/golang/lint
- go get golang.org/x/tools/cmd/vet
- go get github.com/tools/godep
services:
- mongodb