You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2021/03/02 10:47:18 UTC

[myfaces] branch 2.3.x updated: 2.3 will only compile on java8

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

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


The following commit(s) were added to refs/heads/2.3.x by this push:
     new 428bdee  2.3 will only compile on java8
428bdee is described below

commit 428bdeea5af676c9532a110728b38b4df4b1ecb3
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Tue Mar 2 11:47:11 2021 +0100

    2.3 will only compile on java8
---
 .travis.yml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 679d9ed..32a63de 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,20 +21,8 @@ cache:
 
 jdk:
   - openjdk8
-  - openjdk11
-  - openjdk13
-  - 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