From 79b9df6ccfd6138596ace9f1fe711cf32bac8bd9 Mon Sep 17 00:00:00 2001 From: Soheil Hassas Yeganeh Date: Mon, 13 Mar 2017 09:45:05 -0400 Subject: [PATCH] Add Go 1.8 to the travis config. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index da824cb..d43e278 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ go: - 1.5 - 1.6 - 1.7 + - 1.8 - tip matrix: