From 5ac8e1e54756263ba39335c7e5dc4d2d39d7ce04 Mon Sep 17 00:00:00 2001 From: Lucas Clemente Date: Tue, 27 Jun 2017 00:29:39 +0200 Subject: [PATCH] Add Go 1.9beta2 to travis config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a41a0677..d9f4f933 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ language: go go: - 1.7.x - 1.8.x + - 1.9beta2 # first part of the GOARCH workaround # setting the GOARCH directly doesn't work, since the value will be overwritten later