From 6ed867d463666c054fcf108360af2399c4866ef9 Mon Sep 17 00:00:00 2001 From: Jason Del Ponte <961963+jasdel@users.noreply.github.com> Date: Thu, 20 May 2021 09:35:01 -0700 Subject: [PATCH] Fixup Travis CI tests to allow CI tests for Go Tip to fail (#1267) Fixes the Travis CI tests to allow the tests targeting Go tip to fail. --- .travis.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 343249b366e..4b498a7a2bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,13 +7,16 @@ branches: - main os: - - linux - - osx + - linux + - osx + # Travis doesn't work with windows and Go tip + #- windows go: - - tip + - tip -allow_failures: +matrix: + allow_failures: - go: tip before_install: