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

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


The following commit(s) were added to refs/heads/master by this push:
     new eedfc2d  refine travis-ci scripts(add cache)
     new 93eada5  Merge pull request #116 from XenoAmess/patch-1
eedfc2d is described below

commit eedfc2d8f3312025b71310fb145598daac2a0004
Author: XenoAmess <xenoam...@gmail.com>
AuthorDate: Tue May 26 12:05:46 2020 +0800

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

diff --git a/.travis.yml b/.travis.yml
index edf1981..ade3963 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,10 @@
 
 language: java
 
+cache:
+  directories:
+    - $HOME/.m2
+
 jdk:
   - openjdk8
   - openjdk11

Reply via email to