mirror of https://github.com/rails/rails
Merge pull request #13021 from razielgn/rbx-gemfile-and-travis-fixes
Updated allow_failures for Rubinius 2.2.1.
This commit is contained in:
commit
b4b30c048d
|
@ -16,7 +16,7 @@ env:
|
||||||
- "GEM=ar:postgresql"
|
- "GEM=ar:postgresql"
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: rbx-2.1.1
|
- rvm: rbx-2.2.1
|
||||||
- rvm: jruby-19mode
|
- rvm: jruby-19mode
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in New Issue