You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2020/04/13 00:12:29 UTC

[commons-statistics] 02/02: Specify cache for "Travis".

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

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git

commit 26f7afd1f7e01454a3298e84e016bb77bcc7b4f2
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Mon Apr 13 02:09:25 2020 +0200

    Specify cache for "Travis".
    
    Cf. https://markmail.org/message/vhwelfs2qypyvo4l
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 116a2ba..e6d7d4d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,10 @@
 language: java
 sudo: false
 
+cache:
+  directories:
+    - "$HOME/.m2"
+
 jdk:
   - openjdk8