From fc4ecb24b1777c4f55ff463c2c983daa924ece9b Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Fri, 17 Jul 2015 15:14:06 -0700 Subject: [PATCH] Migrate Travis to containerised builds; bump Go version - Migrate Travis: see http://docs.travis-ci.com/user/migrating-from-legacy/ - Bump Go version from 1.2 to 1.4: Go 1.2 is outdated --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 93f5a36..64c41fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ +sudo: false language: go -go: 1.2 +go: 1.4 script: - go get golang.org/x/tools/cmd/vet - go get github.com/cloudflare/redoctober