From 27729208e6ab13db9022eb43e464e711155a8d7c Mon Sep 17 00:00:00 2001 From: Pierre Souchay Date: Wed, 3 Oct 2018 23:49:48 +0200 Subject: [PATCH] Enable compilation with Go 1.11 on Travis to avoid unstable tests (#4496) * Enable compilation with Go 1.10 on Travis There a minor compilation differences between Go 1.10 and 1.x which is currently Go 1.11 beta.x such as new compilation warnings. It will show more obviously the errors in Travus when error is linked for instance to a new compilation warning * Compile only for Go 1.10 as requested by @pearkes * Switch to golang 1.11 as requested by @pearkes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2324c94f8e..e69572c157 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - "1.x" + - "1.11" branches: only: