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

17 lines
224 B
YAML
Raw Normal View History

script:
- "rake test"
- "gem build arel.gemspec"
rvm:
2014-02-05 15:43:07 -05:00
- rbx
- jruby
- 1.9.3
2013-02-25 16:20:47 -05:00
- 2.0.0
2014-05-02 13:01:57 -04:00
- 2.1.1
2014-02-05 15:52:12 -05:00
matrix:
allow_failures:
- rvm: rbx
notifications:
email: false
irc:
- "irc.freenode.org#rails-contrib"