Former-commit-id: 700522ee235c2111d2f990b5ccd0d2448474aac6 Former-commit-id: 510a301257afed74fe441c5c298423c938795e04 Former-commit-id: 5dd40ba9d0c954fd1debede9e6d72867c6796ea5 Former-commit-id: 97e3e1930bc6b66a2352b7b15dcc0cfc75339348 [formerly 1bc89923d778ae40dca07ee769ce54726e043b67] Former-commit-id: 7028ef5b1dae80c3f54deb8c7be1dd0144325c05 Former-commit-id: 2f5adba85d5cdce4e0797dc434144446d960d961 Former-commit-id: 7154785856541ffd323745a9060f0dbd9fcca4d9 Former-commit-id: 165d6613026f687d1cdaa3889631366f1bdab2d0 Former-commit-id: d199e835c9fa3e8dca7d68d350c578faa4dc433c
25 lines
535 B
YAML
25 lines
535 B
YAML
language: node_js
|
|
node_js: stable
|
|
|
|
notifications:
|
|
webhooks: https://oapi.dingtalk.com/robot/send?access_token=a0918ec1b0461056fb9953fe2b03ecc3074a629e88992f327cc94bae93349e9e
|
|
|
|
cache:
|
|
directories:
|
|
- "node_modules"
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script:
|
|
- yarn run build:travis
|
|
|
|
before_install:
|
|
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
|
- export PATH=$HOME/.yarn/bin:$PATH
|
|
|
|
after_success:
|
|
- ./qshell account $AK $SK liyang
|
|
- ./qshell qupload qiniu-config
|
|
- ./qshell cdnrefresh --dirs -i cdnrefresh-dirs.txt |