Merge pull request #102 from presbrey/travis

add travis config
This commit is contained in:
siddontang 2014-10-31 20:42:04 +08:00
commit c2a9131bf0
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 ./...