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
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.7.6
|
|
||||||
- 1.8.3
|
- 1.8.3
|
||||||
|
- 1.9
|
||||||
sudo: false
|
sudo: false
|
||||||
install:
|
install:
|
||||||
- GLIDE_TAG=v0.12.3
|
- GLIDE_TAG=v0.12.3
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// +build !rpctest
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user