2015-08-27 10:06:37 -04:00
|
|
|
sudo: false
|
|
|
|
cache: bundler
|
2012-03-03 13:20:14 -05:00
|
|
|
language: ruby
|
2011-04-04 16:20:21 -04:00
|
|
|
rvm:
|
2011-08-10 19:02:20 -04:00
|
|
|
- 1.9.3
|
2013-01-29 06:42:40 -05:00
|
|
|
- 2.0.0
|
2015-12-20 19:45:44 -05:00
|
|
|
- 2.1.5
|
|
|
|
- 2.2.4
|
2016-01-05 11:49:42 -05:00
|
|
|
- 2.3.0
|
2014-12-16 13:14:47 -05:00
|
|
|
- ruby-head
|
2014-05-22 08:06:19 -04:00
|
|
|
- jruby
|
2013-12-06 12:24:52 -05:00
|
|
|
gemfile:
|
2014-03-10 13:51:44 -04:00
|
|
|
- gemfiles/Gemfile.rails-4-0-stable
|
2014-03-10 13:35:31 -04:00
|
|
|
- gemfiles/Gemfile.rails-4-1-stable
|
2014-12-16 13:11:49 -05:00
|
|
|
- gemfiles/Gemfile.rails-4-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
|
2015-10-07 20:41:31 -04:00
|
|
|
exclude:
|
|
|
|
- rvm: 1.9.3
|
2016-07-01 13:27:10 -04:00
|
|
|
gemfile: Gemfile
|
2015-10-07 20:41:31 -04:00
|
|
|
- rvm: 2.0.0
|
2016-07-01 13:27:10 -04:00
|
|
|
gemfile: Gemfile
|
2015-12-20 19:45:44 -05:00
|
|
|
- rvm: 2.1.5
|
2016-07-01 13:27:10 -04:00
|
|
|
gemfile: Gemfile
|
2015-10-07 20:41:31 -04:00
|
|
|
- rvm: jruby
|
2016-07-01 13:27:10 -04:00
|
|
|
gemfile: Gemfile
|
2011-09-08 07:29:36 -04:00
|
|
|
notifications:
|
2012-12-26 19:18:52 -05:00
|
|
|
email: false
|
2015-11-01 16:57:12 -05:00
|
|
|
slack:
|
2015-12-20 18:20:29 -05:00
|
|
|
on_pull_requests: false
|
2012-12-26 19:18:52 -05:00
|
|
|
on_success: change
|
|
|
|
on_failure: always
|
2015-11-01 16:57:12 -05:00
|
|
|
secure: vxwuYTr2Sy+a/C7VP06l3QQCSgsKH7mjbTqOF1cKfGgmIHwO2p1VZmNCKjOe24ILj090WmVfHdnF/MnSCQw/SD1mVNbCZFf8Vj7+fYBu26I7BfahN0jxv3S5NO1sx4ipj0cO17r21OjtD2r1XzOfKqdSkjBBCOk8+WjiqtmCXII=
|