-
Notifications
You must be signed in to change notification settings - Fork 9
Disable downloadimg spec #16
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
base: master
Are you sure you want to change the base?
Conversation
It seems that add_development_dependency does NOT allow the major version difference
Fix typo
Install the latest bundler
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec| | |||
spec.add_dependency 'uuidtools', '~> 2.1' | |||
spec.add_dependency 'launchy', '~> 2.4' | |||
|
|||
spec.add_development_dependency 'bundler', '~> 1.12' | |||
spec.add_development_dependency 'bundler', '~> 2.0.0' |
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 think Bundler 2 has not been recommended yet.
# expect(generated_image).not_to include('errors') | ||
# end | ||
# end | ||
# end |
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.
How about using pending
instead of comment out?
sudo: false | ||
cache: bundler | ||
#sudo: false | ||
#cache: bundler |
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.
Why don't you delete these lines?
downloadimg
spec is disabled in this pull-req.It is hard to keep working it in
.travis.yml
.And this makes difficult to update plotly.js.
(And it is more important in practice than to keep working the spec.)
I checked it worked well in this
downloadimg
spec disabled version(with)
Please allow me to merge this pull-req to master.