8 lines
57 B
YAML
8 lines
57 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.9.x
|
|
- tip
|
|
|
|
script:
|
|
- go test
|