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 6c51b88 commit 08e8de9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ on_success:
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GITHUB_PERSONAL_TOKEN):x-oauth-basic@github.com`n"
- 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 add docs/badges/FxCop.svg
- git commit -m"Updating FxCop badge"
- git push origin master

test_script:
Expand Down

0 comments on commit 08e8de9

Please sign in to comment.