From afc67ba4260bfe48d2f844f3116d7384f04413f9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 10 Jan 2015 15:54:49 -0800 Subject: [PATCH] Just test GO 1.4 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e7abdaa66..cb708f545 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: go go: - - 1.2 - - 1.3 + - 1.4 - tip install: make updatedeps