This is an automated email from the ASF dual-hosted git repository. jochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new 7c0a9e9 Improve Travis CI build Performance (#106) 7c0a9e9 is described below commit 7c0a9e9d1a024d64d4ef6e7a65e046209393c1e3 Author: YunLemon <340355...@qq.com> AuthorDate: Sun Sep 26 01:29:37 2021 +0800 Improve Travis CI build Performance (#106) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d525af2..753fb38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ cache: directories: - $HOME/.m2 matrix: + fast_finish: true include: - jdk: openjdk8 - jdk: openjdk11