[prev in list] [next in list] [prev in thread] [next in thread] 

List:       httpcomponents-commits
Subject:    [httpcomponents-core] branch master updated: Improve Travis CI build Performance
From:       olegk () apache ! org
Date:       2021-08-17 16:50:26
Message-ID: 162921902644.23018.4541768760269206130 () gitbox ! apache ! org
[Download RAW message or body]

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 <340355960@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
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic