-
Notifications
You must be signed in to change notification settings - Fork 363
Include ruby 2.6 in Travis test matrix #306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include ruby 2.6 in Travis test matrix #306
Conversation
| - rvm: 2.4.5 | ||
| - env: BRANCH=master | ||
| include: | ||
| - rvm: 2.2.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to remove those?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because 2.2.10 and 2.3.8 are not in rvm:.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, they are not in the main matrix and this is why we are adding in the include: matrix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah... include... I was thinking of exclude
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. I am not sure why build on Travis CI is failing. It is passing on https://travis-ci.org/eitoball/activeresource/builds/508732442
e888497 to
9df09cc
Compare
9df09cc to
9a9207e
Compare
|
This issue has been automatically marked as stale because it has not been commented on for at least three months. If it is an issue and you can still reproduce this error on the If it is a pull request and you are still interested on having it merged please make sure it can be merged clearly. Thank you for all your contributions. |
9a9207e to
c6d919c
Compare
|
@amatsuda I just rebased and force-pushed. Thank you for checking out. |
|
@eitoball Thank you :) |
This PR includes ruby 2.6 in Travis CI test matrix.