localnerve / ui-elements

Various UI Elements, Behaviors, and Experiments with Demos and Docs

Home Page:https://localnerve.github.io/ui-elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chromedriver is crashing on travis

localnerve opened this issue · comments

chromedriver is crashing on travis, cannot be reproduced on local (mac).
2.3.3 erroneously pinned to older version, but older version also crashes. 2.3.2 had the latest, which also crashes the same way.
(previously worked)
Travis states chrome builds are failing due to a permission change. Retry tonight, revert chrome to latest version, on success tag 2.3.4.
https://www.traviscistatus.com/

required: sudo added to travis to allow chromedriver config per travis-ci/travis-ci#8836