Build doesn't finish after completing tests

Same issue e.g. for https://github.com/sheerun/git-commit-id … Unfortunately is makes Windows builds not very usable

Is some workaround available?

Is there any solution to this? We’ve diffed the background processes and nothing is running that wasn’t there at the start of the build. The YARN_GPG=no doesn’t seem to have any effect.

See https://travis-ci.org/GoogleChrome/lighthouse-ci/jobs/612650972 and https://travis-ci.org/GoogleChrome/lighthouse-ci/jobs/612616950

EDIT: Solved! For anyone else struggling and using yarn, YARN_GPG=no must be set before yarn itself is even installed, i.e. it must be set through env: YARN_GPG=no and not through any script mechanism

2 Likes

Setting YARN_GPG=no before yarn installation worked for me. Thanks @patrickhulce!

1 Like

I have tried -unsuccessfully- to do the same but it didnt work. Can I see your travis.yaml?