google-admin-sdk
Version:
node.js library that wraps the Directory and Groups APIs in the Google Admin SDK
23 lines (22 loc) • 421 B
YAML
image: node0.10
script:
- npm install
- npm test
- nvm install 0.10.29
- nvm use 0.10.29
notify:
email:
recipients:
- drone@clever.com
hipchat:
room: Clever-Dev-CI
token: {{hipchatToken}}
on_started: true
on_success: true
on_failure: true
publish:
npm:
email: {{npm_drone_email}}
username: {{npm_drone_username}}
password: {{npm_drone_password}}
branch: master