Former-commit-id: 370e19eb4eb5aafe7e80a50b1e326f6c7d5a66ae [formerly 370e19eb4eb5aafe7e80a50b1e326f6c7d5a66ae [formerly 370e19eb4eb5aafe7e80a50b1e326f6c7d5a66ae [formerly 370e19eb4eb5aafe7e80a50b1e326f6c7d5a66ae [formerly d00a98e77341669474d6a90f3ee7b7ae9f2f5442 [formerly 9b24f92cc0f9f6370d350f369f3dc6db70f2ef42]]]]] Former-commit-id: 6feaa7177d6ee1a2fbba2bd8ad2a702203a16666 Former-commit-id: be1c5fcc9e5ec89149742eb93a7edd6342d34f0c Former-commit-id: 2944a7941831af926f848d5deba83081b9568115 [formerly 7b81a421b3c460557cb7895665b8e302a3a6b1aa] Former-commit-id: 14523559271a6ae38874b04254f2659776b8ece9 Former-commit-id: cf77eb4a05830a8d417fef393c6f71ffe87a8628 Former-commit-id: d8bd777d5d7728111464a2c652e3ca2fc0d42151 Former-commit-id: 595af591275d2e53b8c189bb2d39983887a40248 Former-commit-id: 8f4ffd974a0f395429018b142deda2a31bf9cb87
22 lines
380 B
YAML
22 lines
380 B
YAML
language: node_js
|
|
node_js: stable
|
|
|
|
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 |