From d7b1562b450fbd872a6777be83829c4e77d79aee Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Tue, 1 Jul 2014 10:45:53 -0700 Subject: [PATCH 1/2] travis: add go 1.3 target --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 17be10ccc82..46410fb3e7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: go go: - 1.2 + - 1.3 - tip install: From 74bc515172e998edefc0d1b31948fcb6c9e33d6d Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Tue, 1 Jul 2014 11:01:17 -0700 Subject: [PATCH 2/2] travis: temporary disable tip workaround gofmt failure, until #322 is in --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 46410fb3e7f..a51a615166a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: go go: - 1.2 - 1.3 - - tip install: - go get code.google.com/p/go.tools/cmd/cover