13 lines
119 B
YAML
13 lines
119 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.13.x
|
|
- 1.12.x
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|
|
|
|
notifications:
|
|
email: false
|