From 886c762fe22ffe5afb5f49bd5d82a3918cd88f2a Mon Sep 17 00:00:00 2001 From: philtay Date: Sat, 20 Feb 2016 19:20:47 +0100 Subject: [PATCH] Add Go 1.6 and use container-based infrastructure --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f90db6..455923e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,15 @@ language: go +sudo: false + go: - 1.1 - 1.2 - 1.3 - 1.4 - 1.5 + - 1.6 - tip script: - go test -v ./... -