Skip to content

Commit

Permalink
Support Latest Ruby versions
Browse files Browse the repository at this point in the history
2.3 and 2.4 are EOL now, and 2.7 officially exists

Signed-off-by: Daniel Magliola <[email protected]>
  • Loading branch information
Daniel Magliola committed May 21, 2020
1 parent c80c550 commit 7526c92
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ before_install:
- |
if [[ "$(ruby -e 'puts RUBY_VERSION')" != 1.* ]]; then gem update --system; fi
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- 2.5.8
- 2.6.6
- 2.7.1
- jruby-9.1.9.0

0 comments on commit 7526c92

Please sign in to comment.