Skip to content

Commit

Permalink
Update travis-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
gekola committed Jul 24, 2021
1 parent a754b0b commit 6cdfbae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@ language: ruby
sudo: false

rvm:
- 3.0
- 2.7
- 2.6
- 2.5
- 2.4
- 2.3
- 2.2
- ruby-head

before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'

matrix:
allow_failures:
- rvm: ruby-head
Expand Down

0 comments on commit 6cdfbae

Please sign in to comment.