From c6781d513db68990342c31ccc6a2af5d99070a53 Mon Sep 17 00:00:00 2001 From: Kenneth Shaw Date: Wed, 22 Feb 2017 08:27:44 +0700 Subject: [PATCH] Adding go1.8 to travis config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b86e8a6..7291d0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: go go: - 1.7 + - 1.8 - tip before_install: - go get github.com/mattn/goveralls