1 Star 0 Fork 4

瑞新/hisui

forked from wanghc123/hisui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 760 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: node_js
node_js:
- "6"
# Travis-CI Caching
cache:
directories:
- node_modules
# S: Build Lifecycle
#install:
# - npm install
#before_script:
# - npm install -g gulp
# 无其他依赖项所以执行npm run build 构建就行了
#script:
# - npm run build
after_script:
#- #cd ./dist
#- #git init
- git config user.name "${U_NAME}"
- git config user.email "${U_EMAIL}"
- git add .
- git commit -m "Update tools"
- git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:${P_BRANCH}
# E: Build LifeCycle
#指定分支,只有指定的分支提交时才会运行脚本
branches:
only:
- master
env:
global:
# 我将其添加到了travis-ci的环境变量中
#- GH_REF: github.com/yimogit/metools.git
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/tangrx/hisui.git
[email protected]:tangrx/hisui.git
tangrx
hisui
hisui
master

搜索帮助