Skip to content

Commit

Permalink
Merge pull request #703 from softwaremill/mdoc-ci-run
Browse files Browse the repository at this point in the history
Compile documentation on CI
  • Loading branch information
adamw authored Aug 10, 2020
2 parents b8563c1 + 3c640f0 commit 5c7754b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ cache:
- $HOME/.ivy2/cache
- $HOME/.coursier
script:
- sbt ++$TRAVIS_SCALA_VERSION mimaReportBinaryIssues test
- sbt ++$TRAVIS_SCALA_VERSION mimaReportBinaryIssues test compileDocumentation

0 comments on commit 5c7754b

Please sign in to comment.