UNPKG

402 BYAMLView Raw
1image: node0.10
2script:
3 - npm config set ca ""
4 - npm install
5 - npm test
6notify:
7 email:
8 recipients:
9 - drone@clever.com
10 hipchat:
11 room: Clever-Dev-CI
12 token: {{hipchatToken}}
13 on_started: true
14 on_success: true
15 on_failure: true
16publish:
17 npm:
18 email: {{npm_drone_email}}
19 username: {{npm_drone_username}}
20 password: {{npm_drone_password}}
21 branch: master