Skip to content

Commit

Permalink
Drop ruby 2.2.10 for 2.7.0
Browse files Browse the repository at this point in the history
Dropping support due to faraday required ruby version.
  • Loading branch information
ksylvest committed Jan 14, 2020
1 parent acaf182 commit afc070d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -10,11 +10,11 @@ branches:
only: [master]

rvm:
- 2.2.10
- 2.3.8
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.0

env:
- RAILS_VERSION=4
Expand All @@ -33,8 +33,6 @@ before_install:

matrix:
include:
- rvm: 1.9
env: RAILS_VERSION=4
- rvm: jruby-1.7.27
env: JRUBY_OPTS="--dev" RAILS_VERSION=4
- rvm: jruby-9.2.9.0
Expand Down

0 comments on commit afc070d

Please sign in to comment.