add travis config

This commit is contained in:
joe 2014-10-31 08:07:40 -04:00
parent b787ddbbd1
commit c6e6b95386
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: go
go: 1.3.3
before_install:
- go get github.com/tools/godep
- go get code.google.com/p/go.tools/cmd/cover
- go install -race std
script:
- godep go test -cover ./...
# - godep go test -race ./...