Closed
Description
Mocha dropped support for unmaintained versions of Node (<4) on their version 4:
https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#400--2017-10-02
this is causing some of the pending pull requests (such as #34 ) to have incorrect build failures, and can be fixed by pinning mocha's version (^3.5.3) or by increasing the minimum node version (>=4.0.0) and the version specified for Travis to drop support for versions which the Node devs no longer support.
Metadata
Metadata
Assignees
Labels
No labels