From d4415bdd7d0c8194bb062ec0332627ecf456b62a Mon Sep 17 00:00:00 2001 From: James Bardin Date: Wed, 21 Feb 2018 11:37:06 -0500 Subject: [PATCH] try travis go version as string --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1beee560c..c11f41424 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ dist: trusty sudo: false language: go go: -- 1.10 +- "1.10" # add TF_CONSUL_TEST=1 to run consul tests # they were causing timouts in travis