Skip to content

broken travis builds - mocha version needs pinned, or minimum node version increased #35

Closed
@hauntingEcho

Description

@hauntingEcho

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions