Skip to content

Commit

Permalink
temp remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Katzel committed Dec 3, 2021
1 parent e5112e0 commit 301e744
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: java

#this will reuse maven dependencies so it doesn't redownload everytime
cache:
directories:
- $HOME/.m2
#cache:
# directories:
# - $HOME/.m2
#this overrides the default maven install which is run as part of the install phase we will run our mvn in script
install: true
script:
Expand Down

0 comments on commit 301e744

Please sign in to comment.