6 lines
100 B
YAML
6 lines
100 B
YAML
language: go
|
|
go: 1.5
|
|
install:
|
|
- go get "github.com/smartystreets/goconvey/convey"
|
|
- go get -v .
|