From 561e973b4e43164050c7f792c91079f857149f59 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Sun, 9 Sep 2018 10:39:36 -0700 Subject: [PATCH] Bump travis to 1.11 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3828981b4..d61dee344 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ services: - docker language: go go: -- "1.10.1" +- "1.11" # add TF_CONSUL_TEST=1 to run consul tests # they were causing timouts in travis