2012-11-27 15:59:21 -05:00
|
|
|
language: ruby
|
2016-08-09 00:09:15 -04:00
|
|
|
cache: bundler
|
2018-02-18 17:14:19 -05:00
|
|
|
|
|
|
|
# For ruby compatibility, we test the highest and lowest minor versions only.
|
|
|
|
# For example, if our gemspec says `required_ruby_version = ">= 2.3.0"`, and
|
|
|
|
# ruby 2.5.0 has just been released, then we test 2.3 and 2.5, but not 2.4.
|
2011-07-25 16:08:44 -04:00
|
|
|
rvm:
|
2018-02-17 11:47:06 -05:00
|
|
|
- 2.5.0
|
|
|
|
- 2.3.6
|
2018-02-18 17:14:19 -05:00
|
|
|
|
2014-03-14 16:11:10 -04:00
|
|
|
env:
|
2015-03-25 19:41:10 -04:00
|
|
|
global:
|
|
|
|
- TRAVIS=true
|
|
|
|
matrix:
|
|
|
|
- DB=mysql
|
|
|
|
- DB=postgres
|
|
|
|
- DB=sqlite
|
2014-07-18 18:29:47 -04:00
|
|
|
sudo: false
|
2013-08-01 14:59:58 -04:00
|
|
|
gemfile:
|
2016-11-30 12:03:22 -05:00
|
|
|
- gemfiles/ar_4.2.gemfile
|
2017-04-27 00:21:04 -04:00
|
|
|
- gemfiles/ar_5.1.gemfile
|
2018-03-20 11:25:13 -04:00
|
|
|
- gemfiles/ar_5.2.gemfile
|
2013-03-08 11:12:23 -05:00
|
|
|
matrix:
|
2014-03-07 16:26:41 -05:00
|
|
|
fast_finish: true
|
2015-04-09 15:34:58 -04:00
|
|
|
addons:
|
|
|
|
postgresql: "9.4"
|