Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis report test failed #6

Open
Akagilnc opened this issue Mar 21, 2016 · 1 comment
Open

Travis report test failed #6

Akagilnc opened this issue Mar 21, 2016 · 1 comment

Comments

@Akagilnc
Copy link

Hi. I am just newbie for javascript.
I fork starbot . and add it to travis-ci . It always send a error message to me

starbot@1.0.0 test /home/travis/build/DeronLee/starbot
standard
sh: 1: standard: not found
npm ERR! Test failed. See above for more details.

I don't know how to fix this. I saw the package.json. but can not found how to write correct test code.

would you plz help me?

@shaunburdick
Copy link

The dependencies is missing standard (they probably have it installed globally).
You can probably get away with doing an npm install --save standard on your fork and committing the new package.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants