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 13:33:47 UTC

[httpcomponents-client] 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-client.git


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

commit e518d8db9ca6f8893ad5529f8e6cfaf9528becfa
Author: Chen Zhang <34...@qq.com>
AuthorDate: Mon Aug 16 20:55:50 2021 +0800

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

diff --git a/.travis.yml b/.travis.yml
index 1e0a683..245c852 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,5 +32,10 @@ jdk:
   - openjdk-ea
 
 matrix:
+  fast_finish: true
   allow_failures:
     - jdk: openjdk-ea
+
+cache:
+  directories:
+  - $HOME/.m2