зеркало из https://github.com/twbs/no-carrier.git
Travis CI: Enable caching for faster builds
This commit is contained in:
Родитель
a1e07c85c5
Коммит
bded8c9ba3
|
@ -4,3 +4,12 @@ scala:
|
|||
- 2.11.5
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
script:
|
||||
- sbt ++2.11.5 test
|
||||
# avoid unnecessary cache updates
|
||||
- find $HOME/.sbt -name "*.lock" | xargs rm
|
||||
- find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.ivy2/cache
|
||||
- $HOME/.sbt/boot/
|
||||
|
|
Загрузка…
Ссылка в новой задаче