UNPKG

181 BYAMLView Raw
1language: node_js
2
3notifications:
4 email:
5 on_success: never
6 on_failure: change
7
8node_js:
9 - "stable"
10
11script:
12 - npm test
13
14branches:
15 only:
16 - master
\No newline at end of file