Skip to content

Commit

Permalink
add Ruby 3.0 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Jan 28, 2021
1 parent 3a0114b commit ea97d45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ sudo: false
language: ruby
cache: bundler
rvm:
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.1
- 2.5.8
- 2.6.6
- 2.7.2
- 3.0.0
- ruby-head

before_install:
Expand Down

0 comments on commit ea97d45

Please sign in to comment.