Build fails on travis but succeed on my machine

Node stable (14.2.0): Fail
Node 10: OK
Node 8: OK

I tried clearing the cache but it doesn’t seem to care.

1 Like

Well it looks like I was expecting an async call to wait for a method call that did not have the “await” keyword.

Cause probably was the difference in V8 version between these three Node.js versions.