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 ./...
|
2014-11-21 05:32:18 +03:00
|
|
|
- godep go test -race ./...
|