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