Former-commit-id: 63166d41786adf5f106be68a25fa0806031f653c Former-commit-id: 68429e65dde743b4b3bb538e720adf3c10a29182 Former-commit-id: e44b22d97cb60806dddd05fc6bd3313c9eeefddc Former-commit-id: 97f4158a538fec2ba207da2e76711f287cb6471d [formerly 6929fd90d71c3271d3063776d19ebc395b264392] Former-commit-id: 1870931841bc9df676505c235a7463c8846c4459 Former-commit-id: 84171b5d0a5c7145b4b1e1e010d4c7af44efdf24 Former-commit-id: 1add4eef08b3e2350f7c207a19b06c938a1301c9 Former-commit-id: 91340971bd5bf3edcc6da13dc0d2bd97587250d6 Former-commit-id: 3a068c0b834c30b7b8785f5ecd65fa9bf902ae1c
25 lines
568 B
YAML
25 lines
568 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:
|
|
- ./deploy/qshell account $AK $SK liyang
|
|
- ./deploy/qshell qupload ./deploy/upload.conf
|
|
- ./deploy/qshell cdnrefresh --dirs -i ./deploy/cdnrefresh.txt |