Skip to content

Commit 7b954e7

Browse files
committed
Allow failures in Travis ppc64le and s390x
Those jobs are way too unstable and provide very little benefit. e.g. https://app.travis-ci.com/github/ruby/ruby/jobs/624611955 https://app.travis-ci.com/github/ruby/ruby/jobs/625551620
1 parent 937964f commit 7b954e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ matrix:
114114
allow_failures:
115115
# Allow failures for the unstable jobs.
116116
# - name: arm64-linux
117-
# - name: ppc64le-linux
118-
# - name: s390x-linux
117+
- name: ppc64le-linux
118+
- name: s390x-linux
119119
# The 2nd arm64 pipeline may be unstable.
120120
# - name: arm32-linux
121121
fast_finish: true

0 commit comments

Comments
 (0)