You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by vo...@apache.org on 2021/02/01 19:09:44 UTC

[myfaces] branch 3.0.x updated: Run only minimal CI build on PR requests

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

volosied pushed a commit to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/3.0.x by this push:
     new 981e2ac  Run only minimal CI build on PR requests
981e2ac is described below

commit 981e2acc42727566866e25ec4475e3785e0b2c4b
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Mon Feb 1 14:09:09 2021 -0500

    Run only minimal CI build on PR requests
---
 .travis.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index e45f5ed..752d411 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,15 @@ jdk:
   - openjdk-ea
 
 matrix:
+  exclude:
+    - if: type = pull_request
+      jdk: openjdk11
+    - if: type = pull_request
+      jdk: openjdk13
+    - if: type = pull_request
+      jdk: openjdk-ea
+    - if: type = pull_request
+      os: linux-ppc64le
   include:
     - os: linux-ppc64le
       jdk: openjdk8