UNPKG

google-admin-sdk

Version:

node.js library that wraps the Directory and Groups APIs in the Google Admin SDK

27 lines (26 loc) 715 B
env: - REPORT_CARD_GITHUB_STATUS_TOKEN=$$report_card_github_status_token - REPORT_CARD_GITHUB_REPO_TOKEN=$$report_card_github_repo_token image: node0.10 notify: email: recipients: - drone@clever.com slack: on_failure: true on_started: false on_success: false webhook_url: $$slack_webhook publish: npm: email: $$npm_drone_email password: $$npm_drone_password username: $$npm_drone_username when: branch: master script: - sudo pip install -q git+https://$REPORT_CARD_GITHUB_REPO_TOKEN@github.com/Clever/report-card.git; GITHUB_API_TOKEN=$REPORT_CARD_GITHUB_STATUS_TOKEN report-card --publish || true - npm install - npm test - nvm install 0.10.29 - nvm use 0.10.29