TravisCI: add SBT dependency caching

This commit is contained in:
pschord 2019-10-11 10:34:18 -04:00 committed by GitHub
parent 1f744f5a5f
commit 3c4d1ff2d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,14 @@ jdk: oraclejdk8
dist: trusty
scala:
- 2.11.8
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt
before_cache:
- rm -fv $HOME/.ivy2/.sbt.ivy.lock
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete
- find $HOME/.sbt -name "*.lock" -print -delete
before_script:
- wget https://github.com/psforever/PSCrypto/releases/download/v1.1/pscrypto-lib-1.1.zip
- unzip pscrypto-lib-1.1.zip