1 Star 3 Fork 0

willpengat2h / vue-baidu-map

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 584 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
Dafrok 提交于 2018-03-26 00:42 . build docs
language: node_js
node_js:
- "6.7.0"
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
after_script:
- cp ./docs/favicon.png ./dist/
- cd dist
- git init
- git config user.name "Dafrok"
- git config user.email "o.o@mug.dog"
- git add .
- git commit -m "Travis build docs"
- git push --force --quiet "https://${GITHUB_TOKEN}@github.com/Dafrok/vue-baidu-map.git" master:gh-pages
1
https://gitee.com/willpengat2h/vue-baidu-map.git
git@gitee.com:willpengat2h/vue-baidu-map.git
willpengat2h
vue-baidu-map
vue-baidu-map
master

搜索帮助

14c37bed 8189591 565d56ea 8189591