mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-18 13:21:09 +01:00
Fix Travis caching (#1295)
This commit is contained in:
parent
445077338f
commit
134075380b
1 changed files with 1 additions and 3 deletions
|
@ -79,13 +79,11 @@ cache:
|
|||
directories:
|
||||
- $HOME/.ivy2/cache
|
||||
- $HOME/.sbt/boot/
|
||||
- $PWD/binaries/bitcoind/
|
||||
- $PWD/binaries/eclair/
|
||||
- $HOME/.bitcoin-s/binaries/
|
||||
|
||||
# https://www.scala-sbt.org/1.x/docs/Travis-CI-with-sbt.html#Caching
|
||||
before_cache:
|
||||
# Cleanup the cached directories to avoid unnecessary cache updates
|
||||
- rm -r $PWD/binaries/bitcoind/bitcoin-0.18.99
|
||||
- rm -fv $HOME/.ivy2/.sbt.ivy.lock
|
||||
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete
|
||||
- find $HOME/.sbt -name "*.lock" -print -delete
|
||||
|
|
Loading…
Add table
Reference in a new issue