Skip to content

Commit

Permalink
Fix ivy2 cache directory in CI config file (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored and jimschubert committed May 27, 2018
1 parent 0ece706 commit 806330a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
cache_directories:
- "~/.m2"
- "~/.sbt"
- "~/.iv2/cache"
- "~/.ivy2/cache"

pre:
- sudo add-apt-repository ppa:duggan/bats --yes
Expand Down

0 comments on commit 806330a

Please sign in to comment.