Former-commit-id: 11a697e4a74c42d04b97f0ce23419c8f5830e1ed Former-commit-id: f1a207db7fdca7b34bf2f25a5b990e2c8ee15c4a Former-commit-id: 1745b2fee189ca4f542c519cea1cda7bddf46187 Former-commit-id: 1ea06885c314eaa064f3048292614b3a7daa8f84 [formerly 1e0612ffc6ef97c09b178957eb92aa1cec292492] Former-commit-id: 9977d8fe60f38db19a6f2542871c5cbfdede7862 Former-commit-id: 9606c05b6372628c4700b9494499f6d8a41da937 Former-commit-id: f67b56c6509d73b9a44892ff0ad05079f180f8a1 Former-commit-id: 7b67d7d00b954221596e82802fadbcb3006d5907 Former-commit-id: 4013df381549f420307ca7d693e7a619894d6a61
25 lines
531 B
YAML
25 lines
531 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 cdnrefresh-dirs.txt |