mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.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]
This commit is contained in:
parent
afd23ed049
commit
a833eb29f7
1 changed files with 1 additions and 0 deletions
|
@ -457,6 +457,7 @@ matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- name: -fsanitize=address
|
- name: -fsanitize=address
|
||||||
- name: -fsanitize=memory
|
- name: -fsanitize=memory
|
||||||
|
- name: arm32-linux
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue