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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new ed0ef13  refine travis-ci scripts
     new 2b30a7b  Merge pull request #163 from XenoAmess/patch-1
ed0ef13 is described below

commit ed0ef13a10a9ab9a784927774460d9d405f90e2f
Author: XenoAmess <xenoam...@gmail.com>
AuthorDate: Tue May 26 12:16:49 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 41d3544..e5b4b5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,9 @@
 # limitations under the License.
 
 language: java
-
+cache:
+  directories:
+    - $HOME/.m2
 matrix:
   include:
     - os: linux-ppc64le

Reply via email to