You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2021/08/17 16:50:26 UTC

[httpcomponents-core] branch master updated: Improve Travis CI build Performance

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

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f6d074  Improve Travis CI build Performance
5f6d074 is described below

commit 5f6d074725dfc602eb0aa8ea280b7ca9ec450437
Author: Chen Zhang <34...@qq.com>
AuthorDate: Mon Aug 16 20:43:11 2021 +0800

    Improve Travis CI build Performance
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 176cc44..2e37927 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,9 +34,14 @@ install: skip
 script: mvn verify -B -P docker
 
 jobs:
+  fast_finish: true
   include:
     - name: arm64
       arch: arm64
       script: mvn verify -B
   allow_failures:
     - jdk: openjdk-ea
+
+cache:
+  directories:
+  - $HOME/.m2