guard / listen

The Listen gem listens to file modifications and notifies you about the changes.
https://rubygems.org/gems/listen
MIT License
1.92k stars 246 forks source link

Update dependencies and travis matrix #446

Closed rymai closed 6 years ago

rymai commented 6 years ago
coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 97.676% when pulling 648c64f8e598b4264c0b7ff2fa4c36f3e875d7cd on update-dependencies-and-travis-matrix into daac99d98f11a436f7342d3613e604e8032b673f on master.

junaruga commented 6 years ago

@rymai thanks for the PR!

https://travis-ci.org/guard/listen/builds/387684506?utm_source=github_status&utm_medium=notification

Ruby 2.4 -> error by simplecov. Random error? JRuby: failed tests as we already know.

But it looks good to me. I think this PR improves current master branch.

/home/travis/build/guard/listen/vendor/bundle/ruby/2.4.0/gems/simplecov-0.14.1/lib/simplecov/source_file.rb:87:in `close': Bad file descriptor @ fptr_finalize_flush - /home/travis/build/guard/listen/spec/lib/listen/silencer/controller_spec.rb (Errno::EBADF)

https://rubygems.org/gems/simplecov simplecov latest version is 1.16.1. But simplecov 0.14.1 is used by latest coveralls.

olleolleolle commented 6 years ago

Someone cared to PR the coveralls gem: https://github.com/lemurheavy/coveralls-ruby/pull/129