Former-commit-id: 8b61c12b4764b5d54cf91c0f53637e6f145247b8 [formerly 8b61c12b4764b5d54cf91c0f53637e6f145247b8 [formerly 8b61c12b4764b5d54cf91c0f53637e6f145247b8 [formerly 8b61c12b4764b5d54cf91c0f53637e6f145247b8 [formerly 83311f8a5d7c41727633f74183f8141d3eab982e [formerly 71888a7480c5cc602603ac530909833cae8f3455]]]]] Former-commit-id: 6d4ba2a0e2d08f5ff3b43fd4f7593ca8cb527277 Former-commit-id: 3007cb245d32fdfa309c36c9d37a5e33dc8e141c Former-commit-id: a0f1adbe57a31c0d7d53efeb910413623c3e4082 [formerly 1433a7c32c2a3c9f1ee09518c29453e5df4dd87c] Former-commit-id: b08854409ddf507bb84302692846b4665e3226b3 Former-commit-id: dc4443f80dbc10cc7011def415022a8c4aeaeaa7 Former-commit-id: 2f354628d622a0e46aac04d11866c36142182810 Former-commit-id: 31cb7d2019d3f342018b5c78d3dba57b9135fecc Former-commit-id: 49eb260af347b023da7d931cd66a0124232b5b92
23 lines
425 B
YAML
23 lines
425 B
YAML
language: node_js
|
|
node_js: stable
|
|
|
|
cache:
|
|
directories:
|
|
- "node_modules"
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script:
|
|
- npm 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 dnrefresh-files.txt
|
|
# - ./qshell cdnrefresh -dirs cdnrefresh-dirs.txt |