Skip to content

Commit

Permalink
Add up-to-date explanation why we don't run scripted for sbt 1.0 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Nov 29, 2017
1 parent 2682d7b commit ef61e3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/ScalafixBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ object ScalafixBuild extends AutoPlugin with GhpagesKeys {
s
},
commands += Command.command("ci-sbt") { s =>
// Don't run tests on sbt 1.0, blocked by
// https://github.com/scalameta/scalameta/issues/1157
// scripted tests don't work in sbt 1.0 yet because we run Sbt1
s"^^ $sbt1 scalafix-sbt/publishLocal" ::
s
},
Expand Down

0 comments on commit ef61e3c

Please sign in to comment.