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 <garydgreg...@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.