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 1e2e6ff8a9 Don't test against Ruby 1.9.2
Rails is not testing against this version so even if arel works we can't
guarantee people application will
2013-11-10 23:13:08 -02:00

10 lines
146 B
YAML

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