From 0a3c5e751657e5ab9ff65bedefb07a29cea6a5b9 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 6 May 2016 12:30:30 -0400 Subject: [PATCH] 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