From 661a5dfe6dc1184e83d55b6e2a74b4b13fa640b7 Mon Sep 17 00:00:00 2001 From: Chris Marchesi Date: Wed, 30 Aug 2017 21:49:27 -0700 Subject: [PATCH] Travis: Change go version used to 1.9 So that tests work (we are using t.Helper now). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1ba1993ab..17c49a964 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ dist: trusty sudo: false language: go go: -- 1.8.1 +- 1.9 install: # This script is used by the Travis build to install a cookie for