Skip to content

Commit

Permalink
ensuring full deletion of SNAPSHOTs from cache
Browse files Browse the repository at this point in the history
  • Loading branch information
justinedelson committed Sep 2, 2018
1 parent 7ff904e commit cf48b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cache:
- $HOME/.m2
before_cache:
# don't cache snapshots
- find $HOME/.m2 -name *SNAPSHOT* -delete
- find $HOME/.m2 -name *SNAPSHOT* -exec rm -r "{}" \;
notifications:
slack:
secure: aC4TRo2EiPb0LUA5L1+7JhLzmSFw8Uiqzr3ycDpMc+PMQLM9pOKxZ1OckJZIQBcCnmgcnTMuNXrcuZAY0GIwJ65hu8uRxJGjLROb0KsVCvuJnvBdAjE+MlPIHbegyRA9YLupdRUdpuHAtYmy/Fdub33SHZ9ZXYpiOfYVFfaUpSk=

0 comments on commit cf48b7c

Please sign in to comment.