We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Travis.yml:
language: node_js node_js: # node version support - 0.8 script: "npm test" notifications: email: recipients: - email@email.com on_success: never on_failure: always # default: always
by @winggyplus