From 29b77cabec43d9ea1d145b3febcef2512f74f22f Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Wed, 2 Aug 2017 12:56:21 -0700 Subject: [PATCH] Update travis to go1.8.3 and add testing for go1.9rc1 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b66231993..d37048d92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ dist: trusty sudo: false language: go go: -- 1.8.1 +- 1.8.3 +- 1.9rc1 # add TF_CONSUL_TEST=1 to run consul tests # they were causing timouts in travis