1 Star 0 Fork 0

三哥/vue-cesium

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 667 Bytes
一键复制 编辑 原始数据 按行查看 历史
zouyaoji 提交于 2019-12-24 17:28 . update
language: node_js
node_js: node
addons:
apt:
packages:
- xvfb
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install
branches:
only: master
script:
# - npm run lint
# - npm test
- npm run build:docs
- npm run test
- cat test/unit/coverage/lcov.info | node_modules/.bin/coveralls
after_script:
- cp ./docs/favicon.png ./dist/
- cd dist
- git init
- git config user.name "zouyaoji"
- git config user.email "[email protected]"
- git add .
- git commit -m "Travis build docs"
- git push --force --quiet "https://${GITHUB_TOKEN}@github.com/zouyaoji/vue-cesium.git" master:gh-pages
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mjc69213/vue-cesium.git
[email protected]:mjc69213/vue-cesium.git
mjc69213
vue-cesium
vue-cesium
master

搜索帮助