Skip to content

Commit 2de87d8

Browse files
committed
travis caching optimisation attempt
1 parent b1e1768 commit 2de87d8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ deploy:
1919
# all_branches: true
2020
# tags: true / false => has precendence over the branch condition
2121
# condition: "foo == bar && baz==bat"
22-
# repo: simplesteph/kafka-security-manager
22+
# repo: simplesteph/kafka-security-manager
23+
24+
cache:
25+
directories:
26+
- $HOME/.ivy2
27+
- $HOME/.sbt

0 commit comments

Comments
 (0)