From ca1e14ffbddccab5684dd36166ac926f146b6746 Mon Sep 17 00:00:00 2001 From: Jan Schlicht Date: Wed, 21 Feb 2018 19:27:29 +0100 Subject: [PATCH] Update Travis configuration. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 57bd4a7..5ff08e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.1 - - 1.2 - - 1.3 - - tip + - "1.x" + - "1.1" + - "1.4" + - "1.10"