1 Star 0 Fork 177

soft_warehouse / lin-ui

forked from 林间有风 / lin-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 689 Bytes
一键复制 编辑 原始数据 按行查看 历史
桔子214032 提交于 2020-06-16 00:06 . chore(TravisCI): 修改配置文件
# 指定运行环境
language: node_js
node_js:
- lts/*
branches:
only:
- develop
jobs:
include:
- name: "Push Compile"
if: type = push
install: yarn install
before_script:
- export TZ='Asia/Shanghai'
- rm -rf dist
- rm -rf examples/dist
script:
- yarn dev
- yarn build
after_success:
- git config --global user.name "Juzi"
- git config --global user.email "juzi214032@qq.com"
- git add -A
- "git commit -m 'build: Travis CI automatic compilation'"
- git pull --rebase
- git push "https://juzi214032:${GITHUB_TOKEN}@github.com/TaleLin/lin-ui" HEAD:develop
JavaScript
1
https://gitee.com/soft_warehouse/lin-ui.git
git@gitee.com:soft_warehouse/lin-ui.git
soft_warehouse
lin-ui
lin-ui
master

搜索帮助