From cd230f3a88267fff46df1f1763978494c08c8b29 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 6 May 2016 12:19:01 -0400 Subject: [PATCH] Update travis config for Go versions - Added Go 1.6 testing - Updated 1.5.x and 1.4.x to latest point releases --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 133722f..1707c50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,9 @@ go: - 1.1.2 - 1.2.2 - 1.3.3 -- 1.4.2 -- 1.5.1 +- 1.4.3 +- 1.5.4 +- 1.6.2 - tip matrix: