Skip to content

Commit

Permalink
Remove 2.4 and add 2.7
Browse files Browse the repository at this point in the history
2.4 is no longer getting security fixes.
  • Loading branch information
jnunemaker committed Jun 12, 2020
1 parent d0a2607 commit 66f4a29
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: ruby
cache: bundler
rvm:
- 2.4
- 2.5
- 2.6
- 2.7
before_install:
- gem install bundler -v 1.17.3 --without guard
- bundle _1.17.3_ install
Expand All @@ -18,8 +18,3 @@ env:
- RAILS_VERSION=5.1.4 SQLITE3_VERSION=1.3.11
- RAILS_VERSION=5.0.0 SQLITE3_VERSION=1.3.11
- RAILS_VERSION=4.2.5 SQLITE3_VERSION=1.3.11
matrix:
# don't run rails 5 on ruby versions that can't install rack 2
exclude:
- rvm: 2.4
env: RAILS_VERSION=6.0.0 SQLITE3_VERSION=1.4.1

0 comments on commit 66f4a29

Please sign in to comment.