Former-commit-id: 899a9e5ad3199abdcd915d3fcec01dae70a1ca8d Former-commit-id: 4c2730aa3b3c68063ee39065ea38954a217a6347 Former-commit-id: 70a3f7c0b767545f084d6f24a056686bc1ce71f7 Former-commit-id: 7d911bf26dfe2345ef23a541945fb5883f8d3728 [formerly b9d2631fb5c217139e1a6fb6e2b79c19b7db3b91] Former-commit-id: 085ef302eef3c7e41ae92340785ef829da1bbc8c Former-commit-id: 8fc8a9c3f94eb0a51ba8c8712fbd4964678305c5 Former-commit-id: 5d9dbbc2ddae77461b34c355719c3a5dc61a4391 Former-commit-id: a1d160da586d83cc05a646a540924f52e4ae8de3 Former-commit-id: 8309f3a64472599f7b70fc767e06818171195ac8
25 lines
524 B
YAML
25 lines
524 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:
|
|
- ./qshell account $AK $SK
|
|
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
|
- export PATH=$HOME/.yarn/bin:$PATH
|
|
|
|
after_success:
|
|
- ./qshell qupload qiniu-config
|
|
- ./qshell cdnrefresh -dirs cdnrefresh-dirs.txt |