From 5eb14ad642bee0f1784c97efe65563d92ccf3dfa Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Thu, 24 Aug 2017 16:21:55 -0700 Subject: [PATCH] add go 1.9 to travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0133518e9..5e753eb01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ language: go go: - 1.7.4 - 1.8.3 + - 1.9 install: - make deps @@ -21,5 +22,3 @@ branches: matrix: fast_finish: true - allow_failures: - - go: 1.4.3