Skip to content

Commit

Permalink
Merge pull request #1 from ceedubs/validate-tut
Browse files Browse the repository at this point in the history
Add tut to validate SBT command alias;

Yeah, that's good.
  • Loading branch information
stew committed Feb 8, 2015
2 parents 1484f88 + 1948761 commit 20e3681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ lazy val noPublishSettings = Seq(
publishArtifact := false
)

addCommandAlias("validate", ";compile;test;scalastyle;test:scalastyle;unidoc")
addCommandAlias("validate", ";compile;test;scalastyle;test:scalastyle;unidoc;tut")

0 comments on commit 20e3681

Please sign in to comment.