From cb2d1fbcf849098181cc289f60ceb23932b58377 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 19 Feb 2017 22:02:45 +0100 Subject: [PATCH] Travis CI: also test with Go 1.8 (Currently failing the tests!) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ba2b985..5fea238 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ go: - 1.5.4 - 1.6.3 - 1.7.1 + - 1.8 install: - go get .