Skip to content

Commit

Permalink
.travis.yml: Check failures for Travis arm64 again.
Browse files Browse the repository at this point in the history
It seems the concurrent jobs are stable recently on arm64 pipeline.
  • Loading branch information
junaruga committed Aug 9, 2021
1 parent cc1d88d commit 5068352
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" starting to fail 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
Expand Down

0 comments on commit 5068352

Please sign in to comment.