diff options
author | Jun Aruga <[email protected]> | 2023-10-30 17:31:19 +0100 |
---|---|---|
committer | Jun Aruga <[email protected]> | 2023-11-03 12:39:57 +0100 |
commit | 0ae6a2a1cf8ed63d7682a717edeb676221725cdb () | |
tree | 14e070daeb1555e032125add582f9006bdeca1cd | |
parent | 981ec1d44ab21b5d7ebb57ab7047604450715877 (diff) |
.travis.yml: Disable ppc64le allow_failures.
Now I expect that Travis ppc64le always passes without any random failures by the commit 1f1b9b0942ec12dde1af8000f8cb84692904fccc that is a workaround to pass the `test/rdoc/test_rdoc_generator_json_index.rb` in Travis ppc64le case.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -111,9 +111,7 @@ matrix: # Allow failures for the unstable jobs. # - name: arm32-linux # - name: arm64-linux - # FIXME: TestRDocGeneratorJsonIndex#test_generate fails randomly. - # https://app.travis-ci.com//ruby/ruby/jobs/612380961#L2900 - - name: ppc64le-linux # - name: s390x-linux fast_finish: true |