6 Star 102 Fork 27

Greper / d2-crud-plus

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 491 Bytes
Copy Edit Raw Blame History
xiaojunnuo authored 2019-09-27 15:58 . travis配置
language: node_js
node_js: stable
cache:
directories:
- "node_modules"
- "packages/d2-crud-plus-example/node_modules"
branches:
only:
- master
script:
- npm run build:travis
before_install:
- cd packages/d2-crud-plus-example
- chmod 755 ./qshell
- ./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
JavaScript
1
https://gitee.com/greper/d2-crud-plus.git
git@gitee.com:greper/d2-crud-plus.git
greper
d2-crud-plus
d2-crud-plus
master

Search