back2dos / travix

Travis helper.
The Unlicense
33 stars 12 forks source link

The js command downloads puppeteer even when present. #118

Closed back2dos closed 4 years ago

back2dos commented 4 years ago

Doesn't really matter for CI, but locally it's kinda annoying.

kevinresol commented 4 years ago

Yes that is stupid. Use travix run js to skip the install step

back2dos commented 4 years ago

This now works. Pointing PUPPETEER_EXECUTABLE_PATH to the installed chrome/chromium executable also avoids downloading chromium into each project.