mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.travis.yml: allow osx failures [experimental]
Tests are failing due to network timeouts. Temporary allow failrues for them. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9d9e1a4d65
commit
bad98efefe
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ matrix:
|
|||
- <<: *NO_THREADED_CODE
|
||||
- <<: *rubyspec
|
||||
allow_failures:
|
||||
- os: osx
|
||||
- name: uinversal.x86_64h-darwin17
|
||||
- name: -fsanitize=address
|
||||
- name: -fsanitize=memory
|
||||
|
|
Loading…
Reference in a new issue