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/05/26 04:38:42 UTC

[commons-imaging] 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-imaging.git


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

commit d092630a524a54c6f9a56bbc033e24801041af9f
Author: XenoAmess <xe...@gmail.com>
AuthorDate: Tue May 26 12:28:01 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 a832ff4..1c3aecd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,9 @@
 
 language: java
 sudo: false
-
+cache:
+  directories:
+    - $HOME/.m2
 jdk:
   - oraclejdk11
   - openjdk8