1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-06-16 04:04:56 +02:00

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.
This commit is contained in:
Keegan Carruthers-Smith 2017-02-20 14:55:33 +02:00 committed by Quinn Slack
parent 955f217b74
commit 277d2464cf

View file

@ -1,7 +1,6 @@
language: go
go:
- 1.7.1
- tip
- 1.8
script:
- go test -race -v ./...