3 Star 0 Fork 0

宽宽 / crm-pro-fe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 553 Bytes
一键复制 编辑 原始数据 按行查看 历史
宽宽 提交于 2017-12-07 18:22 . add
language: node_js
node_js:
- "8"
env:
matrix:
- TEST_TYPE=lint
- TEST_TYPE=test-all
- TEST_TYPE=test-dist
addons:
apt:
packages:
- xvfb
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install
script:
- |
if [ "$TEST_TYPE" = lint ]; then
npm run lint
elif [ "$TEST_TYPE" = test-all ]; then
npm run test:all
elif [ "$TEST_TYPE" = test-dist ]; then
npm run site
mv dist/* ./
php -S localhost:8000 &
npm test .e2e.js
fi
1
https://gitee.com/chenxq01/crm-pro-fe.git
git@gitee.com:chenxq01/crm-pro-fe.git
chenxq01
crm-pro-fe
crm-pro-fe
master

搜索帮助