From 25fa58dab039ba3c079cc9e637f9a8c893c54ef4 Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Fri, 14 Jun 2013 09:31:12 -0300 Subject: [PATCH] Update .travis.yml Hopefully fixing Travis' out of date ass. Their docs DO NOT AGREE with themselves as far as what versions are available. Go 1.0 is clearly default, and stupid as shit. Observe: "Travis CI support Go 1.0, which is installed by default, but you can also use 1.1 and the latest Go version from tip." and: "Travis CI currently only provides a single Go version, 1.0." --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4f2ee4d..2379c61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,2 @@ language: go +go: 1.1