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 5a29dda commit 6c51b88
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ after_build:
- cmd: >-
"C:\Program Files (x86)\Microsoft Fxcop 10.0\FxCopCmd.exe" /project:.\src\SampleProject.FxCop /out:.\tools\fxcop-report.xml
.\tools\DotBadge -b "FxCop:fxcop-report.xml" -output "docs\badges\FxCop.svg"
tree /F /A
.\tools\DotBadge -b "FxCop:fxcop-report.xml" -output "docs\badges\FxCop.svg"
on_success:
- git config --global push.default simple
Expand All @@ -34,7 +32,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:master
- git push origin master

test_script:
- cmd: >-
Expand Down

0 comments on commit 6c51b88

Please sign in to comment.