加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 693 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhaoxd 提交于 2021-04-07 17:53 . init
language: node_js
sudo: required
node_js:
- 8
- 10
cache: npm
install:
- npm install
script:
- npm link
- x create quick -q -n
- cd quick
- npm run build
- cd ..
- mkdir bs
- cd bs
- x test bs
- npm run build
- cd ..
- mkdir pug
- cd pug
- x test pug
- npm run build
- cd ..
- mkdir mobileLayout
- cd mobileLayout
- x test mobileLayout
- npm run build
- cd ..
- mkdir sass
- cd sass
- x test sass
- npm run build
- cd ..
- mkdir less
- cd less
- x test less
- npm run build
- cd ..
- mkdir stylus
- cd stylus
- x test stylus
- npm run build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化