1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/.travis.yml
Rafael Mendonça França ff6fe8529c Allow failures on rubinius
2014-02-05 18:52:12 -02:00

14 lines
190 B
YAML

script: "rake test"
rvm:
- rbx
- jruby
- 1.9.3
- 2.0.0
- 2.1.0
matrix:
allow_failures:
- rvm: rbx
notifications:
email: false
irc:
- "irc.freenode.org#rails-contrib"