2014-11-20 18:54:48 -05:00
|
|
|
language: ruby
|
2012-06-09 15:45:02 -04:00
|
|
|
|
2011-11-29 07:30:22 -05:00
|
|
|
rvm:
|
2017-03-23 23:53:26 -04:00
|
|
|
- 2.4.1
|
2017-04-05 21:06:31 -04:00
|
|
|
- 2.3.4
|
2014-04-19 16:48:13 -04:00
|
|
|
- ruby-head
|
2017-05-25 23:58:43 -04:00
|
|
|
- jruby-9.1.10.0
|
2017-06-02 07:34:00 -04:00
|
|
|
# - rbx-3
|
2011-11-29 07:30:22 -05:00
|
|
|
|
2012-05-23 00:01:15 -04:00
|
|
|
gemfile:
|
2017-05-30 16:52:37 -04:00
|
|
|
- gemfiles/active_record_51.gemfile
|
2016-07-01 00:05:31 -04:00
|
|
|
- gemfiles/active_record_50.gemfile
|
2016-12-26 21:23:20 -05:00
|
|
|
- gemfiles/active_record_42.gemfile
|
|
|
|
- gemfiles/active_record_41.gemfile
|
2014-04-10 00:14:28 -04:00
|
|
|
- gemfiles/active_record_edge.gemfile
|
2013-11-04 20:46:37 -05:00
|
|
|
|
2017-06-02 06:24:38 -04:00
|
|
|
env:
|
|
|
|
- DB=sqlite3
|
2017-06-02 07:13:09 -04:00
|
|
|
- DB=postgresql
|
|
|
|
- DB=mysql
|
2017-06-02 06:24:38 -04:00
|
|
|
|
2014-11-20 18:54:48 -05:00
|
|
|
sudo: false
|
|
|
|
|
2017-01-05 22:34:08 -05:00
|
|
|
before_install: gem update bundler --no-document
|
2016-11-19 02:51:21 -05:00
|
|
|
script: 'bundle exec rake test'
|
2014-11-20 18:54:48 -05:00
|
|
|
|
2014-12-31 05:12:00 -05:00
|
|
|
cache: bundler
|
|
|
|
|
2013-11-04 20:46:37 -05:00
|
|
|
matrix:
|
2013-12-02 16:08:25 -05:00
|
|
|
exclude:
|
2017-03-23 23:53:26 -04:00
|
|
|
- rvm: 2.4.1
|
2016-12-24 20:56:47 -05:00
|
|
|
gemfile: gemfiles/active_record_42.gemfile
|
2017-06-02 07:53:57 -04:00
|
|
|
- rvm: 2.4.1
|
|
|
|
gemfile: gemfiles/active_record_41.gemfile
|
2017-06-02 07:54:12 -04:00
|
|
|
- rvm: ruby-head
|
|
|
|
gemfile: gemfiles/active_record_42.gemfile
|
2016-10-03 05:09:49 -04:00
|
|
|
- rvm: ruby-head
|
|
|
|
gemfile: gemfiles/active_record_41.gemfile
|
2017-06-02 07:47:21 -04:00
|
|
|
include:
|
2017-06-02 07:53:07 -04:00
|
|
|
- rvm: 2.2.7
|
|
|
|
gemfile: gemfiles/active_record_51.gemfile
|
|
|
|
env: DB=sqlite3
|
2017-06-02 07:49:56 -04:00
|
|
|
- rvm: 2.1.10
|
|
|
|
gemfile: gemfiles/active_record_42.gemfile
|
|
|
|
env: DB=sqlite3
|
2017-06-02 07:47:21 -04:00
|
|
|
- rvm: 2.0.0
|
|
|
|
gemfile: gemfiles/active_record_42.gemfile
|
|
|
|
env: DB=sqlite3
|
2013-11-04 20:46:37 -05:00
|
|
|
allow_failures:
|
2014-04-19 23:16:01 -04:00
|
|
|
- rvm: ruby-head
|
2017-05-25 23:58:43 -04:00
|
|
|
- rvm: jruby-9.1.10.0
|
2017-06-02 07:34:00 -04:00
|
|
|
# - rvm: rbx-3
|
2016-11-14 20:18:42 -05:00
|
|
|
- gemfile: gemfiles/active_record_edge.gemfile
|
2014-01-15 05:12:31 -05:00
|
|
|
fast_finish: true
|