Skip to content

Commit

Permalink
Update appveyor (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Mar 13, 2017
1 parent dbd369c commit b710da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/test/scala/org/scalafmt/util/GitOpsTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import org.scalatest.FunSuite
class GitOpsTest extends FunSuite {
test("lsTree") {
val files = GitOps().lsTree
assert(files.exists(x =>
x.path.endsWith(s"scalafmt${File.separator}.gitignore")))
assert(files.exists(x => x.path.endsWith(s".gitignore")))
}
}
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# scalafmt
[![Build Status](https://platform-ci.scala-lang.org/api/badges/scalameta/scalafmt/status.svg)](https://platform-ci.scala-lang.org/scalameta/scalafmt)
[![Build status](https://ci.appveyor.com/api/projects/status/ek7iwlgmbw0c5n3d?svg=true)](https://ci.appveyor.com/project/olafurpg/scalafmt-wocrd)
[![Join the chat at https://gitter.im/olafurpg/scalafmt](https://badges.gitter.im/olafurpg/scalafmt.svg)](https://gitter.im/olafurpg/scalafmt?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Latest version](https://index.scala-lang.org/olafurpg/scalafmt/scalafmt-core/latest.svg?color=orange)](https://index.scala-lang.org/olafurpg/scalafmt/scalafmt-core)

Expand Down

0 comments on commit b710da6

Please sign in to comment.