1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Test against multiple rubies, add IRC notifications

This commit is contained in:
Michael S. Klishin 2011-08-09 02:59:34 +04:00
parent c3c8424e1c
commit e4863ceb06

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
script: "rake test"
rvm:
- 1.8.7
- rbx
- rbx-2.0
- jruby
- 1.9.2
- 1.9.3
notifications:
email: false
irc:
- "irc.freenode.org#rails-contrib"