summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-03-19 10:20:02 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-03-19 10:20:02 +0900
commita833eb29f7eaced61919b7ed19e830a3905e8a8b (patch)
tree02f48e2beb346a5ab2fea1193860c3fae3bf4f6b
parentafd23ed0491b9df0b6a1753a2f66cd3f80428930 (diff)
.travis.yml: allow arm32-linux to fail
It seems fragile now, seemingly due to environmental issues. Lets allow it to fail for a while. Reported by Jun Agura <jaruga@redhat.com> [ruby-core:97540]
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5db134a90c..3723539037 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -457,6 +457,7 @@ matrix:
allow_failures:
- name: -fsanitize=address
- name: -fsanitize=memory
+ - name: arm32-linux
fast_finish: true
before_script: