This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new df53434 Try to cleanup gradle cache for bouncycastle on travis
df53434 is described below
commit df5343415525df9e31ad706719d92836c27c0775
Author: Felix Schumacher <[email protected]>
AuthorDate: Sun Feb 16 22:13:03 2020 +0100
Try to cleanup gradle cache for bouncycastle on travis
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index b1f00c9..a1fe8b5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ install: true
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
+ - rm -rf $HOME/.gradle/caches/modules-2/files-2.1/org.bouncycastle
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
- rm -rf $HOME/.m2/repository/org/apache/jmeter