6 Star 104 Fork 30

Greper/d2-crud-plus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaojunnuo 提交于 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
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

搜索帮助