7 lines
75 B
YAML
7 lines
75 B
YAML
language: go
|
|
go:
|
|
- 1.13.x
|
|
git:
|
|
depth: 1
|
|
script:
|
|
- go test -v ./...
|