guard / rb-inotify

A thorough inotify wrapper for Ruby using FFI.
MIT License
312 stars 64 forks source link

Use Trusty OS for only rbx environment. #71

Closed junaruga closed 7 years ago

junaruga commented 7 years ago

This PR is to master branch.

https://travis-ci.org/guard/rb-inotify/jobs/243945630

This job ran on our container-based trusty beta. Please read our blog post about the public beta.

Right now Travis on Trusty OS is running as beta version. (From when?) And it is something wrong.

I had to wait for 5 hours until starting the Travis test.

We know that only rbx environment needs Trusty OS. This PR is not to use Trusty OS as much as possible.

I want to check total running time by this PR.

ioquatix commented 7 years ago

Trusty is better as it supports more up to date kernel/dependencies, it's been available for quite a while now.

ioquatix commented 7 years ago

Travis does occasionally suffer outages and it affects tests.

junaruga commented 7 years ago

Oh OK. I see. So, I would close this ticket. Travis does not start on this PR too. It seems that the issue does not depend on OS type.