2020-03-10 21:08:28 +00:00

13 lines
119 B
YAML

language: go
go:
- 1.13.x
- 1.12.x
- tip
script:
- go test -v ./...
notifications:
email: false