mbalabash / estimo

Evaluates how long a browser will execute your javascript code
MIT License
170 stars 12 forks source link

Fix Chrome timeout in Travis builds #10

Closed creazero closed 5 years ago

creazero commented 5 years ago

Turns out, Travis image has its own Chrome, which doesn't want to start for some reason. So I added a version guard for it (>= 75) and additional env vars from puppeteer's install.js.

Fixes #9 @ai

ai commented 5 years ago

@mbalabash LGTM. We can release it under patch (as downloader fix) or minor (since we added new env variables) release.

mbalabash commented 5 years ago

Wow, awesome work! Thanks you guys