From 25140a1aae2f852bb1b33d2b0d3fa7f0bbdc6e71 Mon Sep 17 00:00:00 2001 From: John Starich Date: Fri, 14 Jun 2019 23:00:03 -0500 Subject: [PATCH] Permit failures on Go tip * Try removing `go get .../cover` * Try using latest goveralls * Try forcing GO111MODULE=on * Restore to original, add allow_failures option --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 52f916a..510ab44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,10 @@ go: - 1.12.x - master +matrix: + allow_failures: + - go: master + before_install: # Fetch/build coverage reporting tools - go get golang.org/x/tools/cmd/cover