mirror of
https://github.com/lightbend/config.git
synced 2025-01-24 11:20:33 +08:00
Use same sbt command line for test and doc
This makes Travis complete much more quickly.
This commit is contained in:
parent
59a7c00725
commit
3547ace892
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user