neocotic / convert-svg

Node.js packages for converting SVG into other formats using headless Chromium
MIT License
198 stars 45 forks source link

Concurrent builds appear to fail on CI #53

Closed neocotic closed 2 years ago

neocotic commented 5 years ago

While trying to release 0.5.0 I noticed that builds were failing randomly. When I configured Travis to limit concurrent jobs to 1 (i.e. single job at a time), this appeared to fix the issue. However, I'd like to investigate why this was happening and if/how it can be prevented while supporting concurrent builds again.

neocotic commented 2 years ago

Travis has been ditched in favour of GitHub workflows after they started demanding money.