Timeout after build finished (and succeeded)

Container stays up because of the yarn installation running gpg.
see: # Build doesn't finish after completing tests

to workaround, add this to .travis.yml:

env:
  - YARN_GPG=no
4 Likes