build: update travis config to use go 1.9 and 1.8.3
This commit is contained in:
parent
73421caecc
commit
2c556d11c7
@ -1,7 +1,7 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.7.6
|
||||
- 1.8.3
|
||||
- 1.9
|
||||
sudo: false
|
||||
install:
|
||||
- GLIDE_TAG=v0.12.3
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build !rpctest
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user