From fc4ecb24b1777c4f55ff463c2c983daa924ece9b Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Fri, 17 Jul 2015 15:14:06 -0700 Subject: [PATCH 1/2] 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 From 12e19f8401a15cf624dd36904150b46de853ac29 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Fri, 17 Jul 2015 15:20:15 -0700 Subject: [PATCH 2/2] Add @lziest to Travis emails. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 64c41fd..c43aafb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,6 @@ notifications: recipients: - nick@cloudflare.com - kyle@cloudflare.com + - zi@cloudflare.com on_success: never on_failure: change