Skip to content

Commit

Permalink
Fix caching of artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarwell committed May 20, 2019
1 parent 27dc23a commit 69b7bac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@ cache:
- "$HOME/.m2/repository"
- "$HOME/.jabba/jdk"

# Do not cache built artifacts.
before_cache:
- rm -f "$HOME/.m2/repository/io/github/zchunk"
# Legacy path
- rm -f "$HOME/.m2/repository/de/bmarwell/zchunk"

0 comments on commit 69b7bac

Please # to comment.