From 73ccbb69ea1d74ab5fd96b2096d5902313588a59 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Wed, 1 Mar 2017 21:45:02 -0500 Subject: [PATCH] travis: Ensure recent golang versions in test This ensures travis picks the latest versions. Apparently writing 1.x is also a valid choice. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 779dc68e..b525db7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: go go: - - 1.6 - - 1.7 - - 1.8 + - 1.6.x + - 1.7.x + - 1.8.x - tip sudo: true dist: trusty @@ -15,7 +15,7 @@ matrix: fast_finish: true allow_failures: - go: tip - - go: 1.8 + - go: 1.8.x notifications: irc: channels: