.travis.yml: Check failures for Travis arm64 again.

It seems the concurrent jobs are stable recently on arm64 pipeline.
Keep allowing to fail on arm32 due to a failure.
This commit is contained in:
Jun Aruga 2021-08-09 21:28:43 +02:00 committed by Jun Aruga
parent cc1d88daba
commit 6771316d51
Notes: git 2021-08-10 05:32:37 +09:00
1 changed files with 3 additions and 3 deletions

View File

@ -123,10 +123,10 @@ matrix:
- <<: *ppc64le-linux
- <<: *s390x-linux
allow_failures:
# An arm64 job sometimes does not start right now.
# https://travis-ci.community/t/11629
# The "TestReadline#test_interrupt_in_other_thread" started failing on arm32
# from https://www.travis-ci.com/github/ruby/ruby/jobs/529005145
- name: arm32-linux
- name: arm64-linux
# - name: arm64-linux
# - name: ppc64le-linux
# - name: s390x-linux
fast_finish: true