From 62f87e75325723b8a2bdfac3db77ac89cb450a16 Mon Sep 17 00:00:00 2001 From: Kevin Stock Date: Sun, 4 Jun 2017 17:50:49 -0700 Subject: [PATCH] Removes go versions 1.3, 1.4 and 1.5 from the Travis CI build --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c063c31..fbc847f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ language: go sudo: false go: - - 1.3 - - 1.4 - - 1.5 - 1.7 - 1.8 - tip