From commits-return-10428-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Sun Feb 16 21:31:18 2020 Return-Path: X-Original-To: apmail-jmeter-commits-archive@minotaur.apache.org Delivered-To: apmail-jmeter-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 5C8C0192A5 for ; Sun, 16 Feb 2020 21:31:17 +0000 (UTC) Received: (qmail 69916 invoked by uid 500); 16 Feb 2020 21:31:16 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 69895 invoked by uid 500); 16 Feb 2020 21:31:16 -0000 Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list commits@jmeter.apache.org Received: (qmail 69886 invoked by uid 99); 16 Feb 2020 21:31:16 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Feb 2020 21:31:16 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 871978B69B; Sun, 16 Feb 2020 21:31:16 +0000 (UTC) Date: Sun, 16 Feb 2020 21:31:16 +0000 To: "commits@jmeter.apache.org" Subject: [jmeter] branch master updated: Remove hack and document the web interface to clean the cache MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158188867646.25282.10670729639683512649@gitbox.apache.org> From: fschumacher@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: jmeter X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: df5343415525df9e31ad706719d92836c27c0775 X-Git-Newrev: 04964ecb6f427903ae1fdffdcdcc5beb42e09100 X-Git-Rev: 04964ecb6f427903ae1fdffdcdcc5beb42e09100 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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