build: update travis config to use go 1.9 and 1.8.3

This commit is contained in:
Olaoluwa Osuntokun 2017-08-30 20:37:39 -07:00
parent 73421caecc
commit 2c556d11c7
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: go
go:
- 1.7.6
- 1.8.3
- 1.9
sudo: false
install:
- GLIDE_TAG=v0.12.3

View File

@ -1,3 +1,5 @@
// +build !rpctest
package main
import (