Exclude 2.2/jruby on OS X
This commit is contained in:
parent
cd2195ef1d
commit
d815437217
|
@ -25,6 +25,14 @@ rvm:
|
|||
- rbx-2
|
||||
- jruby
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
# Binaries for these rubies aren't available on OS X :<
|
||||
- rvm: 2.2
|
||||
os: osx
|
||||
- rvm: jruby
|
||||
os: osx
|
||||
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
|
|
Loading…
Reference in New Issue