From 6285ceb1e9288da27e398984931e1465ec228a64 Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Sat, 10 Mar 2018 15:43:14 -0500 Subject: [PATCH] last attempt to get go1.1 with travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d5d791..b019a93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - "1.1.x" + - 1.1 - 1.2.x - 1.3.x - 1.4.x @@ -12,3 +12,4 @@ go: - 1.9.x - "1.10.x" - tip +