Skip to content

Commit

Permalink
Merge pull request #70 from aried3r/patch-2
Browse files Browse the repository at this point in the history
Test with Ruby 2.7 in CI
  • Loading branch information
jarednorman authored Feb 13, 2020
2 parents 759ffa6 + afd2ffe commit ed11239
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
sudo: false
language: ruby
cache: bundler
rvm:
- 2.2.10
- 2.3.8
- 2.4.9
- 2.5.7
- 2.6.5
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
env:
matrix:
- RAILS_VERSION='~> 4.2.0' SQLITE_VERSION='~> 1.3.6'
- RAILS_VERSION='~> 5.0.0' SQLITE_VERSION='~> 1.3.6'
- RAILS_VERSION='~> 5.1.0'
- RAILS_VERSION='~> 5.2.x'
- RAILS_VERSION='~> 6.0.0.beta3'
- RAILS_VERSION='~> 5.2.0'
- RAILS_VERSION='~> 6.0.0'

matrix:
exclude:
- rvm: 2.2.10
env: RAILS_VERSION='~> 6.0.0.beta3'
- rvm: 2.3.8
env: RAILS_VERSION='~> 6.0.0.beta3'
- rvm: 2.4.9
env: RAILS_VERSION='~> 6.0.0.beta3'
- rvm: 2.2
env: RAILS_VERSION='~> 6.0.0'
- rvm: 2.3
env: RAILS_VERSION='~> 6.0.0'
- rvm: 2.4
env: RAILS_VERSION='~> 6.0.0'
# Rails 4.2 uses BigDecimal.new, which Ruby 2.7 removed
- rvm: 2.7
env: RAILS_VERSION='~> 4.2.0' SQLITE_VERSION='~> 1.3.6'

0 comments on commit ed11239

Please sign in to comment.