Merge pull request #1854 from stianst/master
Exclude .lastUpdated files from Travis cache
This commit is contained in:
commit
04ddf7ba4d
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ cache:
|
|||
|
||||
before_cache:
|
||||
- rm -rf $HOME/.m2/repository/org/keycloak
|
||||
- cd $HOME/.m2/repository && find -name *.lastUpdated | xargs rm
|
||||
|
||||
install: mvn install -Pdistribution -DskipTests=true -B -V
|
||||
|
||||
|
|
Loading…
Reference in a new issue