From f1b9d9e68a48f83bde42a67c0531681196758893 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Wed, 1 Mar 2017 01:03:00 +0000 Subject: [PATCH] travis.yml: Add Go 1.8 to the test matrix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 527d65d..32a2a99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ go_import_path: blitiri.com.ar/go/chasquid go: - 1.7 + - 1.8 - tip