3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-02-12 19:50:40 +01:00

14 lines
117 B
YAML
Raw Normal View History

2020-06-12 17:04:36 -04:00
language: go
script:
- go vet ./...
- go test -v ./...
go:
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- tip