mirror of
https://github.com/sourcegraph/jsonrpc2.git
synced 2026-06-16 04:04:56 +02:00
7 lines
69 B
YAML
7 lines
69 B
YAML
language: go
|
|
go:
|
|
- 1.7.1
|
|
- tip
|
|
|
|
script:
|
|
- go test -race -v ./...
|