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:

travis ci build log

hope helps!


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -