I have an NPM project that uses Jasmine-Node for running unit tests.
My test suite (npm test) runs fine locally, but when I push my commits to GitHub my Travis CI build fails.
https://travis-ci.org/arthurakay/LintRoller/jobs/7002012
Does anyone know what is happening here? I don't think I need "console-browserify" but for some reason the build believes it's necessary.
For reference, see my ./hooks/pre-commit bash script to see where I call the unit test suite.