Skip to content

Commit

Permalink
Merge pull request #329 from powerunit/boretti-patch-cache-1
Browse files Browse the repository at this point in the history
Add cache to travis ci
  • Loading branch information
boretti committed May 24, 2020
2 parents 2a53d36 + f7c8039 commit d5e0bbb
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 @@ -75,3 +75,9 @@ deploy:
on:
tags: true
condition: $TRAVIS_JDK_VERSION = openjdk8 && "$TRAVIS_TAG" =~ powerunit-extensions-matchers-[0-9].[0-9].[0-9]

cache:
directories:
- $HOME/.m2/repository
before_cache:
- rm -rf $HOME/.m2/repository/ch/powerunit

0 comments on commit d5e0bbb

Please sign in to comment.