You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/08 23:06:40 UTC

[commons-compress] branch master updated: Simplify. Don't cache Maven itself.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1c54c06  Simplify. Don't cache Maven itself.
1c54c06 is described below

commit 1c54c06af235a92744f3277d9574ea60f0023f24
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 8 19:06:34 2020 -0400

    Simplify. Don't cache Maven itself.
---
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e6fd82a..1e5fb7e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,9 +29,6 @@ matrix:
 cache:
   directories:
     - $HOME/.m2
-    - .mvn
-# don't run mvn install before building
-install: true
 
 # do all the building and testing in a single phase, instead of compiling everything three times
 # and running all tests twice.