Ignore nondeterministic test failure of Rubinius on macOS
This commit is contained in:
parent
00ab8bbe73
commit
cf3055123f
|
@ -26,12 +26,16 @@ rvm:
|
||||||
- jruby
|
- jruby
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- rvm: rbx
|
||||||
|
os: osx
|
||||||
exclude:
|
exclude:
|
||||||
# Binaries for these rubies aren't available on OS X :<
|
# Binaries for these rubies aren't available on OS X :<
|
||||||
- rvm: 2.2
|
- rvm: 2.2
|
||||||
os: osx
|
os: osx
|
||||||
- rvm: jruby
|
- rvm: jruby
|
||||||
os: osx
|
os: osx
|
||||||
|
fast_finish: true
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in New Issue