Skip to content

Commit

Permalink
Use full env for matrix exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
aried3r authored Feb 12, 2020
1 parent d579d48 commit afd2ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ matrix:
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'
env: RAILS_VERSION='~> 4.2.0' SQLITE_VERSION='~> 1.3.6'

0 comments on commit afd2ffe

Please sign in to comment.