mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-13 07:24:53 +00:00
TravisCI: add SBT dependency caching
This commit is contained in:
parent
1f744f5a5f
commit
3c4d1ff2d7
1 changed files with 8 additions and 0 deletions
|
|
@ -3,6 +3,14 @@ jdk: oraclejdk8
|
||||||
dist: trusty
|
dist: trusty
|
||||||
scala:
|
scala:
|
||||||
- 2.11.8
|
- 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:
|
before_script:
|
||||||
- wget https://github.com/psforever/PSCrypto/releases/download/v1.1/pscrypto-lib-1.1.zip
|
- wget https://github.com/psforever/PSCrypto/releases/download/v1.1/pscrypto-lib-1.1.zip
|
||||||
- unzip pscrypto-lib-1.1.zip
|
- unzip pscrypto-lib-1.1.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue