# 编译平台 language: node_js # 编译版本 node_js: - "6.11.2" # 指定分支 branches: only: - master # 执行脚本 script: - npm run deploy # 消息通知 notifications: webhooks: urls: - https://hooks.pubu.im/services/2k9gdn43rywwcmw on_start: always