Skip to content

Commit

Permalink
Update latest Ruby checked by Travis to 2.7 (#1422)
Browse files Browse the repository at this point in the history
Ruby 2.7.0 was released on 25 December 2019. This adds 2.7 to the list
of Rubies checked by Travis as part of Rouge's continuous integration
testing.
  • Loading branch information
pyrmont authored Feb 2, 2020
1 parent 242f373 commit 39b0ed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ rvm:
- "2.3"
- "2.4"
- "2.5"
- &latest_ruby "2.6"
- "2.6"
- &latest_ruby "2.7"
cache:
bundler: true
bundler_args: --without development
Expand Down

0 comments on commit 39b0ed7

Please sign in to comment.