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

[commons-release-plugin] branch master updated: refine travis-ci scripts

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 319e732  refine travis-ci scripts
     new 2f2aafe  Merge pull request #3 from xenoamess-fork/patch-2
319e732 is described below

commit 319e7323c9eb0151aee8027b88290f609143b73a
Author: XenoAmess <xe...@gmail.com>
AuthorDate: Tue May 26 13:45:38 2020 +0800

    refine travis-ci scripts
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 845e35d..ae87331 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,9 @@
 
 language: java
 sudo: false
-
+cache:
+  directories:
+    - $HOME/.m2
 jdk:
   - openjdk8
   - openjdk11