From 7916268d7f59984003845c65a47aa3cd2d5c6e89 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 5 Oct 2017 09:06:44 -0700 Subject: [PATCH] build: use Go 1.9.1 within Travis-CI unit test runs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 47cdfb416..61339bae5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ dist: trusty sudo: false language: go go: -- 1.9 +- 1.9.1 # add TF_CONSUL_TEST=1 to run consul tests # they were causing timouts in travis