Created
May 3, 2016 07:37
-
-
Save jonascheng/779eff792d97fd3d233a6d4ab77fcda9 to your computer and use it in GitHub Desktop.
Travis template for nodejs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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