Skip to content

Commit

Permalink
Testing update FxCop badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 1, 2015
1 parent 5453801 commit df4b396
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SampleProject
[![Build status](https://ci.appveyor.com/api/projects/status/4n8v7gs72a0n8qyh?svg=true)](https://ci.appveyor.com/project/giacomelli/SampleProject)
[![Tests status](http://teststatusbadge.azurewebsites.net/api/status/giacomelli/SampleProject)](https://ci.appveyor.com/project/giacomelli/SampleProject)
[![Coverage Status](https://coveralls.io/repos/giacomelli/SampleProject/badge.svg?branch=master&service=github)](https://coveralls.io/github/giacomelli/SampleProject?branch=master)
[![FxCop](docs/badges/FxCop.svg)](https://raw.githubusercontent.com/giacomelli/SampleProject/master/LICENSE)
![](https://cdn.rawgit.com/giacomelli/sampleproject/master/docs/badges/FxCop.svg)
[![License](http://img.shields.io/:license-MIT-blue.svg)](https://raw.githubusercontent.com/giacomelli/SampleProject/master/LICENSE)


Expand Down
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ after_build:
on_success:
- git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GITHUB_PERSONAL_TOKEN):x-oauth-basic@github.com`n"
- git commit docs/badges/FxCop.svg
- 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

test_script:
Expand Down

0 comments on commit df4b396

Please sign in to comment.