From 1143a8fa49abe10975f286c6aa7fb2f74a3bced6 Mon Sep 17 00:00:00 2001 From: spf13 Date: Mon, 25 Aug 2014 15:18:53 -0400 Subject: [PATCH] Bumping Travis to test Go 1.2 & tip (1.3) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4564573ac..c00c98db7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go go: - - 1.1 + - 1.2 - tip script: - go test ./...