From 94a733bbc35f3fd3008734dac40f7328ae4e5980 Mon Sep 17 00:00:00 2001 From: Coda Hale Date: Thu, 2 Oct 2014 20:43:36 -0700 Subject: [PATCH] Only test on Go 1.3.3. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 13f75f8..46cc6e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go go: - - 1.2 - - tip + - 1.3.3 notifications: # See http://about.travis-ci.org/docs/user/build-configuration/ to learn more # about configuring notification recipients and more.