Skip to content
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

Open
wilsonpage opened this issue Sep 3, 2015 · 4 comments
Open

[travis] Can we use pre-installed Chrome? #52

wilsonpage opened this issue Sep 3, 2015 · 4 comments

Comments

@wilsonpage
Copy link
Contributor

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.

@wilsonpage wilsonpage changed the title [travis] Can we not us pre-installed Chrome? [travis] Can we not use pre-installed Chrome? Sep 3, 2015
@etiennesegonzac
Copy link
Contributor

The pre installed one is too old sadly :/ it's Chrome 34 IIRC. And we need at least 36 (again, IIRC).
Can't remember which feature is missing I think it was something like for...of

On Sep 3, 2015, at 11:30, Wilson Page [email protected] wrote:

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.


Reply to this email directly or view it on GitHub.

@wilsonpage
Copy link
Contributor Author

Ah OK, thanks for that clarification :)

@wilsonpage
Copy link
Contributor Author

I guess we can make the change once pre-installed version updates.

@etiennesegonzac
Copy link
Contributor

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

@wilsonpage wilsonpage changed the title [travis] Can we not use pre-installed Chrome? [travis] Can we use pre-installed Chrome? Sep 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants