From 698327704235c9a8189214bb65f8e096b4f03652 Mon Sep 17 00:00:00 2001 From: chrislusf Date: Mon, 19 Oct 2015 01:05:30 -0700 Subject: [PATCH] test with go 1.5, skipping 1.3 and 1.4 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a2ae20ed..c4124814a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go go: - - 1.3 - - 1.4.1 + - 1.5 - tip before_install: