1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-07-04 08:13:40 +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 language: go
go: go:
- 1.7.1 - 1.8
- tip
script: script:
- go test -race -v ./... - go test -race -v ./...