From 43040e7f042fb8f902fd2e078377e2d00d8bdc73 Mon Sep 17 00:00:00 2001 From: Jeff Hodges Date: Wed, 7 Oct 2015 20:20:20 -0700 Subject: [PATCH] bump go to 1.5.1 in travis We don't want to put multiple versions in our config because it'll launch another set of sub-builds and eat up our quota. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 99d11742b..64fa7da8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.5 + - 1.5.1 addons: hosts: