-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Remove .travis.yml #2876
Remove .travis.yml #2876
Conversation
53e495c
to
25a65f2
Compare
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.
We don't build on Travis. We build on CircleCI
Also, I do not think it makes sense to test all supported Ruby versions.
@tvdeyen in that case can we remove |
That's a good idea
|
Added a commit, should I make a new PR or use this one? |
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.
I would squash the commits into just the one for removing .travis.yml
. Good clean up though!
We aren't testing with TravisCI, so this file is just confusing.
910668f
to
9659bc6
Compare
@ericsaupe good call. done! |
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.
Thanks
We decided to not require Ruby 2.3, so we should
make sure we are aware of any issues on Ruby 2.2
and Ruby 2.5.1 once broke Solidus, so it seems smart
to test against it as well.
Creating this PR to test CI and facilitate discussion.
Related:
#2794
#2825