You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2020/11/29 15:33:10 UTC

[archiva] branch master updated: Removing travis cache temporarily

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new e0f5b52  Removing travis cache temporarily
e0f5b52 is described below

commit e0f5b52c90dc54909f71707624f395c5c71039a1
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sun Nov 29 16:33:03 2020 +0100

    Removing travis cache temporarily
---
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 219e978..842c334 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,9 +7,6 @@ before_install: "mvn clean install -DskipTests=true -B -V -Pci-build"
 
 script: "mvn clean install -B -V -Pit-js -Pci-build"
 
-cache:
-    directories:
-    - $HOME/.m2
 branches:
     except:
         - gh-pages