1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00
heartcombo--simple_form/.travis.yml

32 lines
725 B
YAML
Raw Normal View History

2015-08-27 10:06:37 -04:00
sudo: false
cache: bundler
language: ruby
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
2014-12-16 13:14:47 -05:00
- ruby-head
- jruby-9.1.17.0
- jruby-9.2.0.0
2013-12-06 12:24:52 -05:00
gemfile:
- gemfiles/Gemfile.rails-5-0-stable
2017-04-28 14:24:53 -04:00
- gemfiles/Gemfile.rails-5-1-stable
- gemfiles/Gemfile.rails-5-2-stable
2013-12-06 12:24:52 -05:00
- Gemfile
2015-10-07 20:41:31 -04:00
matrix:
2015-10-07 20:55:50 -04:00
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.1.17.0
gemfile: Gemfile
- rvm: jruby-9.2.0.0
gemfile: Gemfile
2011-09-08 07:29:36 -04:00
notifications:
2012-12-26 19:18:52 -05:00
email: false
slack:
on_pull_requests: false
2012-12-26 19:18:52 -05:00
on_success: change
on_failure: always
secure: vxwuYTr2Sy+a/C7VP06l3QQCSgsKH7mjbTqOF1cKfGgmIHwO2p1VZmNCKjOe24ILj090WmVfHdnF/MnSCQw/SD1mVNbCZFf8Vj7+fYBu26I7BfahN0jxv3S5NO1sx4ipj0cO17r21OjtD2r1XzOfKqdSkjBBCOk8+WjiqtmCXII=
script: "bin/test"