Fix ivy2 cache directory in CI config file (#161)

This commit is contained in:
William Cheng
2018-05-28 03:44:26 +08:00
committed by Jim Schubert
parent 0ece706a46
commit 806330ac43

View File

@@ -15,7 +15,7 @@ dependencies:
cache_directories:
- "~/.m2"
- "~/.sbt"
- "~/.iv2/cache"
- "~/.ivy2/cache"
pre:
- sudo add-apt-repository ppa:duggan/bats --yes