mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 14:39:31 +01:00
8 lines
83 B
YAML
8 lines
83 B
YAML
language: go
|
|
go:
|
|
- 1.6.x
|
|
- 1.7.x
|
|
- master
|
|
script:
|
|
- go test -v -race ./...
|