mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
36 lines
913 B
YAML
36 lines
913 B
YAML
sudo: false
|
|
cache: bundler
|
|
language: ruby
|
|
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1
|
|
- 2.2
|
|
- ruby-head
|
|
- jruby
|
|
gemfile:
|
|
- gemfiles/Gemfile.rails-4-0-stable
|
|
- gemfiles/Gemfile.rails-4-1-stable
|
|
- gemfiles/Gemfile.rails-4-2-stable
|
|
- gemfiles/Gemfile.rails-5-0-alpha
|
|
- Gemfile
|
|
matrix:
|
|
fast_finish: true
|
|
allow_failures:
|
|
- rvm: ruby-head
|
|
exclude:
|
|
- rvm: 1.9.3
|
|
gemfile: gemfiles/Gemfile.rails-5-0-alpha
|
|
- rvm: 2.0.0
|
|
gemfile: gemfiles/Gemfile.rails-5-0-alpha
|
|
- rvm: 2.1
|
|
gemfile: gemfiles/Gemfile.rails-5-0-alpha
|
|
- rvm: jruby
|
|
gemfile: gemfiles/Gemfile.rails-5-0-alpha
|
|
notifications:
|
|
email: false
|
|
slack:
|
|
on_pull_requests: false
|
|
on_success: change
|
|
on_failure: always
|
|
secure: vxwuYTr2Sy+a/C7VP06l3QQCSgsKH7mjbTqOF1cKfGgmIHwO2p1VZmNCKjOe24ILj090WmVfHdnF/MnSCQw/SD1mVNbCZFf8Vj7+fYBu26I7BfahN0jxv3S5NO1sx4ipj0cO17r21OjtD2r1XzOfKqdSkjBBCOk8+WjiqtmCXII=
|