aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-12-11 21:54:18 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-12-11 21:54:18 +0900
commitcae657c32492a9b4e72b5e290c143e2c84d4c42d (patch)
tree45dae9ff5f720cc95c19c0e4424b4412d4981beb /.travis.yml
parent47a365dd580f2dfe0f0d56155587dfdf2fc7afb7 (diff)
downloadruby-cae657c32492a9b4e72b5e290c143e2c84d4c42d.tar.gz
Fix .travis.yml to keep s390x-linux as allow_features
[Misc #16360]
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5d1a8822cf..71945e349e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: