Run 'doc' in Travis

This commit is contained in:
Havoc Pennington 2015-03-06 13:57:06 -05:00
parent 332d696dcf
commit be2f09a156

View File

@ -19,6 +19,7 @@ jdk:
script: script:
- sbt ++$TRAVIS_SCALA_VERSION test - sbt ++$TRAVIS_SCALA_VERSION test
- sbt ++$TRAVIS_SCALA_VERSION doc
# Remove to avoid unnecessary cache updates # Remove to avoid unnecessary cache updates
- find $HOME/.sbt -name "*.lock" -delete - find $HOME/.sbt -name "*.lock" -delete