This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
commit 7935ee9e03d825e53188940964de0c15f3f21fe9 Author: XenoAmess <xenoam...@gmail.com> AuthorDate: Tue May 26 13:32:50 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 9f27e44..33a6933 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,9 @@ sudo: false # Required to build with openjdk7 dist: trusty - +cache: + directories: + - $HOME/.m2 jdk: - openjdk7 - openjdk8