From e8e71bd51ff8cd15c2b99973c9a03a25f4801662 Mon Sep 17 00:00:00 2001 From: Florian Schlachter Date: Mon, 13 Feb 2017 12:43:45 +0100 Subject: [PATCH] travis: test against Go 1.7 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 746ebb9..cedb85a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.3 + - 1.7 - tip install: - go get code.google.com/p/go.tools/cmd/cover