mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
15 lines
361 B
YAML
15 lines
361 B
YAML
script: "git submodule update --init && bundle exec rake test"
|
|
before_install: gem update --system
|
|
rvm:
|
|
- 1.9.3
|
|
- ree
|
|
- jruby
|
|
gemfile:
|
|
- gemfiles/Gemfile-rails.3.0.x
|
|
- gemfiles/Gemfile-rails.3.1.x
|
|
- Gemfile
|
|
notifications:
|
|
recipients:
|
|
- jose.valim@plataformatec.com.br
|
|
- carlos@plataformatec.com.br
|
|
- rafael.franca@plataformatec.com.br
|