mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 14:50:23 +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
|
||||
|
||||
script:
|
||||
- sbt ++$TRAVIS_SCALA_VERSION test
|
||||
- sbt ++$TRAVIS_SCALA_VERSION doc
|
||||
- sbt ++$TRAVIS_SCALA_VERSION test doc
|
||||
|
||||
# Remove to avoid unnecessary cache updates
|
||||
- find $HOME/.sbt -name "*.lock" -delete
|
||||
|
Loading…
Reference in New Issue
Block a user