Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modern Ruby + ActiveRecord, Update Travis Config #416

Merged
merged 12 commits into from
Oct 19, 2022
62 changes: 10 additions & 52 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,59 +1,17 @@
sudo: false
mvastola marked this conversation as resolved.
Show resolved Hide resolved
language: ruby
dist: bionic
joshbranham marked this conversation as resolved.
Show resolved Hide resolved
cache: bundler
rvm:
- 2.0
- 2.1
- 2.2.2
- 2.3.0
- 2.4.0
- 2.5.0
- rbx
- 2.5.9
- 2.6.10
- 2.7.6
joshbranham marked this conversation as resolved.
Show resolved Hide resolved
- 3.0.4
- 3.1.2
env:
- ACTIVERECORD=3.0.0
- ACTIVERECORD=3.1.0
- ACTIVERECORD=3.2.0
- ACTIVERECORD=4.0.0
- ACTIVERECORD=4.1.0
- ACTIVERECORD=4.2.0
- ACTIVERECORD=5.0.0
- ACTIVERECORD=5.1.1
matrix:
exclude:
- rvm: 2.0
joshbranham marked this conversation as resolved.
Show resolved Hide resolved
env: ACTIVERECORD=5.0.0
- rvm: 2.0
env: ACTIVERECORD=5.1.1
- rvm: 2.1
env: ACTIVERECORD=5.0.0
- rvm: 2.1
env: ACTIVERECORD=5.1.1
- rvm: 2.4.0
env: ACTIVERECORD=3.0.0
- rvm: 2.4.0
env: ACTIVERECORD=3.1.0
- rvm: 2.4.0
env: ACTIVERECORD=3.2.0
- rvm: 2.4.0
env: ACTIVERECORD=4.0.0
- rvm: 2.4.0
env: ACTIVERECORD=4.1.0
- rvm: 2.5.0
env: ACTIVERECORD=3.0.0
- rvm: 2.5.0
env: ACTIVERECORD=3.1.0
- rvm: 2.5.0
env: ACTIVERECORD=3.2.0
- rvm: 2.5.0
env: ACTIVERECORD=4.0.0
- rvm: 2.5.0
env: ACTIVERECORD=4.1.0
- rvm: rbx
env: ACTIVERECORD=5.0.0
- rvm: rbx
env: ACTIVERECORD=5.1.1
allow_failures:
- rvm: rbx
- ACTIVERECORD=5.2.8
- ACTIVERECORD=6.0.6
- ACTIVERECORD=6.1.7
jobs:
fast_finish: true
addons:
code_climate:
Expand Down