You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
Looks like Travis has been partly failing for a while. This isn't ideal as you can quickly spiral into ignoring more and more errors until the whole test suite is broken and you're merging blind.
One issue seems to be missing jRuby binary.
The other issue is missing PhantomJS download, for an ancient version.
As per #201 we should stop supporting ancient versions of Ruby / jRuby / PhantomJS, aka just delete those Travis configs. Currently Travis only tests up to Ruby 2.1 so it would be good to add 2.4 to the matrix.
The text was updated successfully, but these errors were encountered:
Travis is absolutely useless for this project. Tests are completely unreliable and subtle versions changes result in failures ONLY ON TRAVIS. I guess that is, because they only provide ancient dinosaur software, where various bugs, long ago fixed in modern of versions of that basic software, are present all over the place.
Looks like Travis has been partly failing for a while. This isn't ideal as you can quickly spiral into ignoring more and more errors until the whole test suite is broken and you're merging blind.
One issue seems to be missing jRuby binary.
The other issue is missing PhantomJS download, for an ancient version.
As per #201 we should stop supporting ancient versions of Ruby / jRuby / PhantomJS, aka just delete those Travis configs. Currently Travis only tests up to Ruby 2.1 so it would be good to add 2.4 to the matrix.
The text was updated successfully, but these errors were encountered: