From 7284a285580300136657e077884c4591384a04c1 Mon Sep 17 00:00:00 2001 From: Jason Del Ponte <961963+jasdel@users.noreply.github.com> Date: Wed, 19 May 2021 11:13:41 -0700 Subject: [PATCH] fixup travis allow_failure usage --- .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: