From 845016ce9c1e7ac16b4406948d4fdd72aca779e2 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Wed, 1 Mar 2017 17:29:49 +0900 Subject: [PATCH] test on 1.8 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b1a2886..1aa56d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,9 @@ env: - GOTAGS=trace #- GOTAGS="libsqlite3 trace" # trusty is too old for this go: - - 1.5 - 1.6 + - 1.7 + - 1.8 - tip before_install: - go get github.com/mattn/goveralls