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 04964ec Remove hack and document the web interface to clean the cache
04964ec is described below
commit 04964ecb6f427903ae1fdffdcdcc5beb42e09100
Author: Felix Schumacher <felix.schumacher@internetallee.de>
AuthorDate: Sun Feb 16 22:23:29 2020 +0100
Remove hack and document the web interface to clean the cache
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index a1fe8b5..4e9f9df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,9 @@ language: java
# skip default "install" command
install: true
+# We can clean the caches via web at https://travis-ci.org/apache/jmeter/caches
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
|