node.js - Travis build for mocha-phantomjs test is failing -
i testing api using mocha-phantomjs test. tests passing when try run system when try on travis ci says permission denied not figure out how process that.
build link is
https://travis-ci.org/cloudboost/javascriptsdk/builds/62706200
the problem coming because using secure version of http if run test using simple http kind of works travis fails https
i had @ problem , think found problem.
it looks travis ci not project has node modules committed in git repository.
so did deleted node_modules
directory , committed changes.
as can see, unit tests run mocha-phantomjs
:
hope helps!
Comments
Post a Comment