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:53:45 UTC

[archiva] branch master updated: Trying to fix travis build

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 39ead21  Trying to fix travis build
39ead21 is described below

commit 39ead21c499190ccfd35d8017fb9c5ce6d1b1759
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sun Nov 29 16:53:38 2020 +0100

    Trying to fix travis build
---
 .travis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 842c334..de1c4b5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,10 +3,14 @@ dist: xenial
 jdk:
   - openjdk8
 
-before_install: "mvn clean install -DskipTests=true -B -V -Pci-build"
+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