Build terminated after build exited successfully

My tests are constantly failing on Windows. They are terminated because “No output has been received in the last 10m0s”. The test itself however seems to finish without any issue. The console says “Done. Your build exited with 0.” right before the termination.

My guess was that something prevents the tests from finishing, but it’s confusing that the latest message is “Done. Your build exited with 0.” and that there’s no problem on Linux and OS X.

https://travis-ci.org/electerious/Ackee/jobs/561731766

Variation of Timeout after build finished (and succeeded), probably. There is a process running in the background that prevents the script from finishing.

This fixed my issue:

env:
  - YARN_GPG=no