Skip to content

Commit

Permalink
git config.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 1, 2015
1 parent 62347de commit 5a29dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ after_build:
.\tools\DotBadge -b "FxCop:fxcop-report.xml" -output "docs\badges\FxCop.svg"
tree
tree /F /A
on_success:
- git config --global push.default simple
Expand All @@ -34,7 +34,7 @@ on_success:
- git config --global user.email "giacomelli@gmail.com"
- git config --global user.name "Diego Giacomelli"
- git commit docs/badges/FxCop.svg -m"Updating FxCop badge"
- git push origin:$env:APPVEYOR_REPO_BRANCH
- git push origin:master

test_script:
- cmd: >-
Expand Down

0 comments on commit 5a29dda

Please sign in to comment.