From 82489d4fc8c0a4a353a1427378b61fc58e4661f3 Mon Sep 17 00:00:00 2001 From: Jonathan J Lawlor Date: Thu, 2 Jun 2016 10:06:20 -0400 Subject: [PATCH] travis: go1.7beta1 Add go1.7beta1 to build matrix, PTAL. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 797b325..c97892c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ go: - 1.4.2 - 1.5.4 - 1.6.2 + - 1.7beta1 # Required for coverage. before_install: