From 77069b98b72e5fb356aacffe9e467dc8daf7c164 Mon Sep 17 00:00:00 2001 From: Nicholas Johns Date: Sun, 15 Oct 2017 23:44:22 -0400 Subject: [PATCH] Include go1.8 and go1.9 This change adds the last 2 versions of go into the build matrix. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2fe8e9ad7..66df302f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,6 @@ sudo: false language: go go: - 1.7.5 + - 1.8.3 + - 1.9.x - tip