Skip to content

Commit

Permalink
Merge pull request #169 from travisbrown/topic/disable-scaladoc
Browse files Browse the repository at this point in the history
Disable API doc generation when publishing
  • Loading branch information
non committed Feb 10, 2015
2 parents e2f7a9e + 2768f51 commit 92d5429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: scala
scala:
- 2.11.5
script:
- sbt ++$TRAVIS_SCALA_VERSION validate
- sbt ++$TRAVIS_SCALA_VERSION validate publishLocal
notifications:
webhooks:
urls:
Expand Down
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ lazy val publishSettings = Seq(
homepage := Some(url("https://github.com/non/cats")),
licenses := Seq("MIT" -> url("http://opensource.org/licenses/MIT")),
publishMavenStyle := true,
publishArtifact in packageDoc := false,
publishArtifact in Test := false,
pomIncludeRepository := { _ => false },
publishTo <<= version { (v: String) =>
Expand Down

0 comments on commit 92d5429

Please sign in to comment.