From cd230f3a88267fff46df1f1763978494c08c8b29 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 6 May 2016 12:19:01 -0400 Subject: [PATCH 1/2] Update travis config for Go versions - Added Go 1.6 testing - Updated 1.5.x and 1.4.x to latest point releases --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 133722f..1707c50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,9 @@ go: - 1.1.2 - 1.2.2 - 1.3.3 -- 1.4.2 -- 1.5.1 +- 1.4.3 +- 1.5.4 +- 1.6.2 - tip matrix: From 0a3c5e751657e5ab9ff65bedefb07a29cea6a5b9 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 6 May 2016 12:30:30 -0400 Subject: [PATCH 2/2] Letting Travis CI select the patch version of Go 1.4 to use The last release of Go 1.4 when installed on Travis CI does not have go vet installed. Letting Travis CI select the patch version instead. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1707c50..76f38a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ go: - 1.1.2 - 1.2.2 - 1.3.3 -- 1.4.3 +- 1.4 - 1.5.4 - 1.6.2 - tip