加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 586 Bytes
一键复制 编辑 原始数据 按行查看 历史
Poetries 提交于 2019-12-05 14:27 . update docs
language: node_js
node_js: stable
# S: Build Lifecycle
install:
- npm install yarn terser@3.14 -g
- yarn install
#before_script:
# - npm install -g gulp
script:
- yarn run build
after_script:
- cd ./docs/.vuepress/dist
- git init
- git config user.name "poetries"
- git config user.email "jingguanliuye@gmail.com"
- git add -A
- git commit -m "Update docs"
- git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages
# E: Build LifeCycle
branches:
only:
- master
env:
global:
- GH_REF: github.com/poetries/node-learning-notes.git
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化