From 316d92d613a8adfe69a428645774c3b3a974f202 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Fri, 6 Feb 2015 10:00:34 -0500 Subject: [PATCH] Update Go versions for Travis. Also use Travis' container-based build infrastructure. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 21402c35..c0233368 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: go go: - - 1.3 - - release - - tip + - 1.3.3 + - 1.4.1 +sudo: false before_install: - gotools=golang.org/x/tools - if [ "$TRAVIS_GO_VERSION" = "release" ] || [ "$TRAVIS_GO_VERSION" = "go1.3.3" ]; then gotools=code.google.com/p/go.tools; fi