From 963f2e01e7b213ad0195c14b20bfd7e1df4683d0 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 13 Aug 2021 10:26:11 -0700 Subject: Reduce the amount of false positive notifications --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1581aedc10..c84cb1a6d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -127,7 +127,9 @@ matrix: # from https://www.travis-ci.com/github/ruby/ruby/jobs/529005145 - name: arm32-linux # - name: arm64-linux - # - name: ppc64le-linux + # We see "Some worker was crashed." in about 40% of recent ppc64le-linux jobs + # e.g. https://app.travis-ci.com/github/ruby/ruby/jobs/530959548 + - name: ppc64le-linux # - name: s390x-linux fast_finish: true -- cgit v1.2.1