You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2021/08/26 07:59:05 UTC

[commons-jexl] branch master updated: Improve Travis CI build Performance

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

henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new 490fcac  Improve Travis CI build Performance
     new a80d59a  Merge pull request #61 from YunLemon/Modify_Travis_1
490fcac is described below

commit 490fcac30fef4f426a47b88cb8ce493f7cc806aa
Author: Chen Zhang <34...@qq.com>
AuthorDate: Tue Aug 17 13:15:28 2021 +0800

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

diff --git a/.travis.yml b/.travis.yml
index ad4d049..8ab9c4f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,7 @@ jdk:
   - openjdk-ea
 
 matrix:
+  fast_finish: true
   allow_failures:
     - jdk: openjdk-ea