Skip to content

Commit

Permalink
Merge pull request #87 from dwijnand/fixes
Browse files Browse the repository at this point in the history
Fix docs & configure Travis CI to test it
  • Loading branch information
dwijnand committed Jan 18, 2017
2 parents 3eda875 + 19374a7 commit 5675a2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: scala
jdk: oraclejdk8
scala: 2.10.6
script: sbt verify

cache:
directories:
Expand Down
6 changes: 2 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ lazy val plugin = project
val p2 = publishLocal.value
val p3 = (publishLocal in genericTheme).value
},
test in Test := {
(test in Test).value
scripted.toTask("").value
},
resourceGenerators in Compile += Def.task {
val file = (resourceManaged in Compile).value / "paradox.properties"
IO.write(file,
Expand Down Expand Up @@ -113,6 +109,8 @@ lazy val docs = (project in file("docs"))
paradoxProperties in Compile += ("empty" -> "")
)

addCommandAlias("verify", ";test ;scripted ;docs/paradox")

sonatypeProfileName := "com.lightbend"
releaseProcess := {
import sbtrelease.ReleaseStateTransformations._
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ which basically means that all of our extensions would start with `@` (for inlin
* [CSS Friendliness](features/css-friendliness.md)
* [Templating](features/templating.md)
* [Theming](features/theming.md)
* [Documentation Overlay](features/documentation-overlay.md)
* [Documentation Overlay](features/overlay.md)

@@@

Expand Down

0 comments on commit 5675a2a

Please sign in to comment.