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

Use the last stable Go on Travis CI (#21)

This commit is contained in:
Sergey Mudrik 2018-08-31 19:04:50 +03:00 committed by Keegan Carruthers-Smith
parent aa573bdc2a
commit 073230af28

View file

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