From 2c7abf25e907b7122df3658e14748f10f00032cc Mon Sep 17 00:00:00 2001 From: Lance Cooper Date: Wed, 29 Oct 2014 17:09:54 +0100 Subject: [PATCH] Only run TravisCI builds against go1.3 and tip. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 82242031..753a3f9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ language: go go: - - 1.1 - - 1.2 - 1.3 - tip