bitovi / funcunit

A functional test suite based on jQuery
https://funcunit.com/
MIT License
569 stars 379 forks source link

CI Failing #210

Closed andrejewski closed 7 years ago

andrejewski commented 7 years ago

Travis fails for just about anything with an issue related to node-gyp.

Tests pass locally on OS X for funcunit@0.4.0.

This does not appear to be a Node 8 issue as the tests pass locally with Node 8 and Node 6. This should be confirmed by locking down the Node version. Currently, Travis runs Node 8 by default.

andrejewski commented 7 years ago

Closed by #212, however Node 8 should be supported so the issue #213 addresses that.