Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
roftLin authored and Travis CI User committed Aug 21, 2020
1 parent 9139a78 commit d1601e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ after_success:
# git账户验证
- git config -–global user.name "roftLin"
- git config –-global user.email "315779478@qq.com"
- git log -1
- git checkout master
- git remote origin set-url https://${GITHUB_TOKEN}@${GH_REF}
- git remote set-url origin https://${GITHUB_TOKEN}@${GH_REF}
- git remote -v

# # # 2、重置标记位,防止下次提交进入发布流程
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"cover": "istanbul cover ./node_modules/mocha/bin/mocha -- test/ --no-timeouts",
"coveralls": "istanbul cover ./node_modules/mocha/bin/mocha --report lcovonly -- test/ && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"isDeploying": true
"isDeploying": false
}

0 comments on commit d1601e8

Please sign in to comment.