9 Star 35 Fork 5

Gitee 极速下载/Lin-UI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/TaleLin/lin-ui
克隆/下载
.travis.yml 689 Bytes
一键复制 编辑 原始数据 按行查看 历史
桔子214032 提交于 2020-06-16 00:06 +08:00 . 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/Lin-UI.git
git@gitee.com:mirrors/Lin-UI.git
mirrors
Lin-UI
Lin-UI
master

搜索帮助