From 6042fa68537e0a70f04f8211587718851e67f175 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Tue, 29 Sep 2015 18:57:26 -0700 Subject: [PATCH] Get specific about which Golang versions we support --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d2903654f..25d2ffa2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,8 @@ sudo: true go: - 1.2 - 1.3 - - 1.4 - - 1.5 - - release + - 1.4.2 + - 1.5.1 - tip matrix: allow_failures: