Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Update tested ruby versions
Browse files Browse the repository at this point in the history
* remove ruby <= 2.4.X as it soon to EOL.
* update minor versions of 2.5, 2.6 to latest patch levels
* add testing for 2.7.0-preview3
  • Loading branch information
jormon committed Jan 11, 2020
1 parent 82d0c5c commit 9948d69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ language: ruby
matrix:
include:
- os: linux
rvm: 2.3.5
rvm: 2.5.7
env: ATOM_CHANNEL=stable

- os: linux
rvm: 2.4.0
env: ATOM_CHANNEL=stable
rvm: 2.5.7
env: ATOM_CHANNEL=beta

- os: linux
rvm: 2.5.0
env: ATOM_CHANNEL=stable
rvm: 2.6.5
env: ATOM_CHANNEL=beta

- os: linux
rvm: 2.5.0
rvm: 2.7.0-preview3
env: ATOM_CHANNEL=beta

env:
Expand Down

0 comments on commit 9948d69

Please sign in to comment.