1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-06-16 04:04:56 +02:00
jsonrpc2/.travis.yml
Keegan Carruthers-Smith 277d2464cf ci: disable testing tip (#11)
It is failing the tests. This may actually be an underlying issue in the tests,
but not a big deal to fix now.
2017-02-20 04:55:33 -08:00

6 lines
60 B
YAML

language: go
go:
- 1.8
script:
- go test -race -v ./...