Travis CI macOS job stuck

There’s no console output after cd command… It’s just interrupted even without interruption message.

https://travis-ci.com/webknjaz/pyyaml/jobs/179345277#L1562

I suspect ./bootstrap is failing. Please remove set -e altogether and try again.

Thanks for the pointer, @BanzaiMan! I’ll check it.

But why is it failing elsewhere, then? When it was two commands above it failed two commands earlier. (https://travis-ci.com/webknjaz/pyyaml/jobs/179341127)

It looks like it’s failing exactly two commands after the set -e call. Is that a coincidence?