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

adding ruby versions to the travis.yml. #117

Merged
merged 1 commit into from Jun 10, 2015

Conversation

natesholland
Copy link
Contributor

I think we should support multiple versions of ruby in case users have reasons
for 2.0 v. 2.1 v. 2.2 so I added the stable builds from each of these in the
travis configs so that the test suite will run against all of these.

If you only want to test against 2.0 that's fine, just close this. If you want to test against multiple versions of ruby then merge away!

I think we should support multiple versions of ruby in case users have reasons
for 2.0 v. 2.1 v. 2.2 so I added the stable builds from each of these in the
travis configs so that the test suite will run against all of these.
@jimmycuadra
Copy link
Collaborator

This is a good idea! Is 2.0.0 the latest patch release of 2.0.x?

@natesholland
Copy link
Contributor Author

Yes, I picked the latest stable releases from each of the 2.x series per ruby's website: https://www.ruby-lang.org/en/downloads/

jimmycuadra added a commit that referenced this pull request Jun 10, 2015
adding ruby versions to the travis.yml.
@jimmycuadra jimmycuadra merged commit 3e41b90 into litaio:master Jun 10, 2015
@esigler
Copy link
Contributor

esigler commented Jun 10, 2015

FYI, if you do:

 rvm:
   - 2.0
   - 2.1
   - 2.2

TravisCI will automatically build using the latest release of each major Ruby version (So right now it'd be "2.0" -> "2.0.0", "2.1" -> "2.1.6", etc). Want a PR to switch? (Throwing "cache: bundler" in there would also help a bit.)

@jimmycuadra
Copy link
Collaborator

@esigler Yes, please!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants