Skip to content
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
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ language: ruby

rvm:
# start with the latest
- 2.5.0
- 2.5.1
- jruby-9.1.17.0

# older versions
- 2.4.3
- 2.3.4
- 2.2.7
- 2.1.9
- 2.4.4
- 2.3.7
- 2.2.10
- 2.1.10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: you can omit the patchlevels, i.e. 2.4 refers the latest version of 2.4.x.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know it's more work but I rather keep doing it manually so I or others don't get failure on random PR but rather on the on updating the versions. Thanks for the hint though.

- 2.0.0
- 1.9.3

Expand All @@ -33,7 +33,7 @@ branches:
matrix:
fast_finish: true
include:
- rvm: 2.3.4
- rvm: 2.3.7
jdk: oraclejdk8
env: COVERAGE=1
allow_failures:
Expand Down