From 51e1f2e9e54373a924dbe80f72b284d1696e2167 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Mon, 31 Mar 2014 10:14:19 -0700 Subject: [PATCH] travis: test on go 1.2 and tip --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3a4e011..ae626ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ language: go go: - 1.1 + - 1.2 + - tip