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
2014-04-12 20:01:17 +03:00

16 lines
224 B
YAML

script:
- "rake test"
- "gem build arel.gemspec"
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"