Skip to content

Instantly share code, notes, and snippets.

@jonascheng
Created May 3, 2016 07:37
Show Gist options
  • Save jonascheng/779eff792d97fd3d233a6d4ab77fcda9 to your computer and use it in GitHub Desktop.
Save jonascheng/779eff792d97fd3d233a6d4ab77fcda9 to your computer and use it in GitHub Desktop.
Travis template for nodejs
language: node_js
node_js:
- '4'
install: npm install
script: npm test
notifications:
email:
recipients:
- [email protected]
on_success: always
on_failure: always
slack:
secure: Y/ihM+N2RPQb2YAqxfqHDYjo3PPhxrIyzNm4sykGKGueV+gJghFE0JxHJe5vxhTc8ws$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment