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

18 lines
241 B
YAML
Raw Normal View History

2014-09-16 10:43:28 -04:00
language: ruby
script:
- "rake test"
- "gem build arel.gemspec"
rvm:
2014-02-05 15:43:07 -05:00
- rbx
- jruby
2013-02-25 16:20:47 -05:00
- 2.0.0
2014-09-16 10:43:28 -04:00
- 2.1
- ruby-head
2014-02-05 15:52:12 -05:00
matrix:
allow_failures:
- rvm: rbx
notifications:
email: false
irc:
- "irc.freenode.org#rails-contrib"