-
Notifications
You must be signed in to change notification settings - Fork 2
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
[travis] Can we use pre-installed Chrome? #52
Comments
The pre installed one is too old sadly :/ it's Chrome 34 IIRC. And we need at least 36 (again, IIRC).
|
Ah OK, thanks for that clarification :) |
I guess we can make the change once pre-installed version updates. |
Definitely!I remember trying out the modern instances to check if chrome was updated there and it was indeed much faster :)gaia-components/fast-list wrote:I guess we can make the change once pre-installed version updates. —Reply to this email directly or view it on GitHub. Sent Using Firefox OS |
In our
.travis.yml
it seems we're downloading Chrome binaries before running tests. According to (this article](http://swizec.com/blog/how-to-run-javascript-tests-in-chrome-on-travis/swizec/6647) we should be able to just use the binary preinstalled on Travis boxes.This would mean we can remove remove
sudo
dependency and migrate from legacy hardware.The text was updated successfully, but these errors were encountered: