Skip to content

Commit

Permalink
Add later versions of ruby to testing matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbot committed Jan 14, 2016
1 parent b4400cc commit 6aa2291
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ branches:
rvm:
- 1.9.3
- 2.0.0
- 2.1.5

This comment has been minimized.

Copy link
@garethrees

garethrees Jan 27, 2016

Member

Bump to 2.1.8 as that's the current Old stable https://www.ruby-lang.org/en/downloads/

This comment has been minimized.

Copy link
@crowbot

crowbot Jan 28, 2016

Author Member

I made this 2.1.5 as that's what comes packaged for Debian jessie

- 2.3.0
env:
global:
- S3_REGION=us-east-1
Expand Down

3 comments on commit 6aa2291

@garethrees
Copy link
Member

Choose a reason for hiding this comment

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

Should include 2.2.4 as that's previous stable according to https://www.ruby-lang.org/en/downloads/

@crowbot
Copy link
Member Author

Choose a reason for hiding this comment

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

I guess the question is whether we go for the packaged versions in Debian and Ubuntu, or for the stable versions - I'm a bit inclined to the former as practically, that's what we recommend people use.

@garethrees
Copy link
Member

Choose a reason for hiding this comment

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

Happy to go with that.

Please sign in to comment.