Skip to content

Commit

Permalink
Cache only specific sbt subdirectories (ghpages cache is possibly cau…
Browse files Browse the repository at this point in the history
…sing problems)
  • Loading branch information
thesamet committed Sep 30, 2018
1 parent 045a7a4 commit 31a8224
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt
- $HOME/.sbt/1.0
- $HOME/.sbt/boot

script:
- ./$TEST_SCRIPT
Expand Down

0 comments on commit 31a8224

Please sign in to comment.