Skip to content

Commit

Permalink
Fix appveyor badge
Browse files Browse the repository at this point in the history
  • Loading branch information
josephearl committed May 2, 2018
1 parent ec46974 commit f492122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sbt-findbugs [![Linux Build Status](https://travis-ci.org/josephearl/sbt-findbugs.svg?branch=master)](https://travis-ci.org/josephearl/sbt-findbugs) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/9teh7sgp3yt000iw?svg=true)](https://ci.appveyor.com/project/JosephEarl/sbt-findbugs)
# sbt-findbugs [![Linux Build Status](https://travis-ci.org/josephearl/sbt-findbugs.svg?branch=master)](https://travis-ci.org/josephearl/sbt-findbugs) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/9teh7sgp3yt000iw?svg=true)](https://ci.appveyor.com/project/josephearl/sbt-findbugs)

An sbt 1.x and 0.13.x plugin for running FindBugs on Java classes. For more information about FindBugs, see <http://findbugs.sourceforge.net>.

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ install:
- ps: |
Add-Type -AssemblyName System.IO.Compression.FileSystem
if (!(Test-Path -Path "C:\sbt\sbt\bin" )) {
if (Test-Path -Path "C:\sbt" ) {
if (Test-Path -Path "C:\sbt") {
Remove-Item C:\sbt -Force -Recurse
}
(new-object System.Net.WebClient).DownloadFile(
Expand Down

0 comments on commit f492122

Please sign in to comment.