Closed rplopes closed 5 years ago
The latest version of mocha is using syntax (const) that the target node version (v0.11) used in TravisCI doesn't support yet.
const
So we need to get the latest mocha version that doesn't have that change yet (v3), so that the build can pass again.
The latest version of mocha is using syntax (
const
) that the target node version (v0.11) used in TravisCI doesn't support yet.So we need to get the latest mocha version that doesn't have that change yet (v3), so that the build can pass again.