ledisdb/.travis.yml

10 lines
216 B
YAML
Raw Normal View History

2014-10-31 15:07:40 +03:00
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 ./...