1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix .travis.yml to keep s390x-linux as allow_features

[Misc #16360]
This commit is contained in:
Yusuke Endoh 2019-12-11 21:54:18 +09:00
parent 47a365dd58
commit cae657c324

View file

@ -418,6 +418,7 @@ matrix:
- <<: *arm64-linux
- <<: *i686-linux
- <<: *arm32-linux
- <<: *s390x-linux
- <<: *pedanticism
- <<: *assertions
- <<: *baseruby
@ -438,10 +439,10 @@ matrix:
- <<: *CALL_THREADED_CODE
- <<: *NO_THREADED_CODE
allow_failures:
- name: s390x-linux
- name: -fsanitize=address
- name: -fsanitize=memory
- name: -fsanitize=undefined
- <<: *s390x-linux
fast_finish: true
before_script: