From 6cb0de43ce574ccc6fe641fbb0283a31a5237406 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 23 Jan 2016 17:27:00 +0000 Subject: [PATCH] Deprecate compiling with go1.3 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b97d2aa61..f7620feaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,8 @@ os: # - osx go: - - 1.3.3 - 1.4.2 - - 1.5.1 + - 1.5.3 # - tip