Use same sbt command line for test and doc

This makes Travis complete much more quickly.
This commit is contained in:
Havoc Pennington 2015-03-06 20:27:35 -05:00
parent 59a7c00725
commit 3547ace892

View File

@ -18,8 +18,7 @@ jdk:
- oraclejdk8 - oraclejdk8
script: script:
- sbt ++$TRAVIS_SCALA_VERSION test - sbt ++$TRAVIS_SCALA_VERSION test doc
- 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