8 lines
135 B
YAML
8 lines
135 B
YAML
|
language: go
|
||
|
go: 1.5
|
||
|
install:
|
||
|
- go get "github.com/smartystreets/goconvey/convey"
|
||
|
- go get -v .
|
||
|
script:
|
||
|
- go test -race -v ./...
|