node.js - GitHub repo failing Travis CI build because of "console-browserify" -
i have npm project uses jasmine-node running unit tests.
my test suite (npm test) runs fine locally, when push commits github travis ci build fails.
https://travis-ci.org/arthurakay/lintroller/jobs/7002012
does know happening here? don't think need "console-browserify" reason build believes it's necessary.
for reference, see ./hooks/pre-commit bash script see call unit test suite.
it issue jshint, corrected in own repo shortly after asked question.
https://github.com/jshint/jshint/commit/28cfa2e369b31afb6ccfb44ee1f0d7df71170133
in short, jshint requires console-browserify @ moment ran build repo broken (or in state broke build). having said that, do need test against specific version of each of dependencies.
Comments
Post a Comment