From 52bb44a147d62c23a258d5c68106dbcc00b63dc8 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 22 Mar 2016 11:42:23 -0500 Subject: [PATCH] Update TravisCI for Go 1.6. Now that Go 1.6 has been released, remove the old Go versions from the configurations tested by TravisCI and add the latest point releases. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c85eb6d..b73fc25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.3.3 - - 1.4.2 + - 1.5.3 + - 1.6 sudo: false before_install: - gotools=golang.org/x/tools