Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Use the latest and supported Rubies #452

Merged
merged 4 commits into from
Apr 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: ruby
rvm:
- 2.5.1
- 2.4.4
- 2.3.7
# https://www.ruby-lang.org/en/downloads/branches/
- 2.6
- 2.5
- 2.4
# macOS system Ruby is Ruby 2.3
- 2.3
env:
global:
- secure: n0mxwnyjuXI4mJO4mp++2TnsPJ+XgCF/J1U2L5piE5j3xMhSU+5V0JrA1uFlS0Pemb44M7BjgmF9S4G35BwyAQpctpCYhqy9tFa6+Y6nxEv5hCv2cZz7BSAZM6eb+zq20409hxTHRaQOr1DBeE4R5S2PrmOXRqvYfTRv3LNSLFk=
Expand Down