1 Star 0 Fork 27

傲笑红尘 / mpx

forked from DiDi-opensource / mpx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 534 Bytes
一键复制 编辑 原始数据 按行查看 历史
skyADMIN 提交于 2018-12-13 18:50 . fix travis
language: node_js
node_js:
- 11.3.0
install:
- npm i
script:
- npm run lint
before_deploy:
- cd docs
- npx gitbook-cli install
- npx gitbook-cli build
- cd ..
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
deploy:
- provider: pages
skip_cleanup: true
github_token: $GH_TOKEN_LHY_MPX
local_dir: docs/_book
on:
branch: master
- provider: script
skip_cleanup: true
script:
- npm run lerna:publish
on:
branch: master
tags: true
JavaScript
1
https://gitee.com/casson/mpx.git
git@gitee.com:casson/mpx.git
casson
mpx
mpx
master

搜索帮助