From d2d06612ed5b75379df6660b01354ff63977246d Mon Sep 17 00:00:00 2001 From: Harald Nordgren Date: Fri, 19 Oct 2018 21:44:36 +0200 Subject: [PATCH] Bump Travis versions and let patch versions float freely --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5afcb209..d05ed391 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,9 @@ language: go matrix: include: - - go: 1.9.4 - - go: 1.10.0 + - go: 1.9.x + - go: 1.10.x + - go: 1.11.x - go: tip allow_failures: - go: tip