-
Notifications
You must be signed in to change notification settings - Fork 71.8k
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
add node v0.12 to travis #417
Conversation
Continuation of #415 |
1 similar comment
|
||
report: | ||
test -f ${ANALYZED} && \ | ||
(npm install coveralls && cat ${ANALYZED} | \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indent doesn't look right here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, there were mixed spaces & tabs too.
some nice cleanup and we learned a few things too 👍 |
add tests for node v0.12 move coveralls to after_script (prevents coveralls from failing travis) use project installs of mocha and istanbul exclusively resolves nightscout#414
I'll plan to get this in with your other PR soon |
add node v0.12 to travis
resolves #414