From 7ef32e3c68ff50a2002528af7ff7676fb58be0a2 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 14 May 2017 00:18:14 -0700 Subject: Add Go 1.8 to the build matrix. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 76a5fe7..fcf08c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: go go_import_path: go.universe.tf/tlsrouter go: - 1.7 +- 1.8 - tip os: - linux -- cgit v1.2.3