From 4311edb59756a17a8c8b75b84d706ac9b48e44b1 Mon Sep 17 00:00:00 2001 From: Ivan Babrou Date: Mon, 25 Nov 2019 23:48:19 -0800 Subject: [PATCH] Only test released Go versions Currently Go tip is not entirely happy with modules from Go 1.13, but it's not something we care about until Go 1.14 is out. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f43eb67..557ea267 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ language: go go: - 1.x - - master before_install: # We're not interested in gopath provided by travis, default ~/go is good