From df8e4fe746f801700c332198014d9be84b741cc5 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 22 Jul 2016 10:59:19 -0400 Subject: [PATCH] Have Travis use go 1.7rc3 for testing --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index bbc9f6e38..cda56b3e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,7 @@ services: - docker go: - - 1.6.2 -# tip is currently using go1.4.1, which we're not compatible with, so always -# fails -# - tip + - 1.7rc3 matrix: allow_failures: