1 Star 0 Fork 149

yhwflash/weixin

forked from game-helper/weixin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 382 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhuweiyou 提交于 2018-02-04 19:23 . 更新 CI
language: node_js
node_js:
- '9'
cache:
directories:
- node_modules
script:
- if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then
git config user.name 'Travis CI';
git config user.email '[email protected]';
git push https://${GITEE_TOKEN}@gitee.com/game-helper/weixin-game-helper.git master -f;
fi
branches:
only:
- master
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yhwflash/weixin-game-helper.git
[email protected]:yhwflash/weixin-game-helper.git
yhwflash
weixin-game-helper
weixin
master

搜索帮助