mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-05-09 19:29:30 +08:00
9 lines
128 B
YAML
9 lines
128 B
YAML
language: go
|
|
go:
|
|
- 1.1
|
|
- 1.2
|
|
- release
|
|
- tip
|
|
install:
|
|
- go get github.com/smartystreets/goconvey/convey
|
|
- go get -v ./... |