You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2019/09/13 08:23:00 UTC

[commons-collections] branch master updated: Travis CI: Allow builds on openjdk-ea to fail.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b29bae0  Travis CI: Allow builds on openjdk-ea to fail.
b29bae0 is described below

commit b29bae05ae39d4a960a0b4748e0a87cbfe3ddc88
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Fri Sep 13 10:22:48 2019 +0200

    Travis CI: Allow builds on openjdk-ea to fail.
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 088466d..d62800a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,8 @@ matrix:
   include:
     - os: linux-ppc64le
       jdk: openjdk8
+  allow_failures:
+    - jdk: openjdk-ea
 jdk:
   - oraclejdk11
   - openjdk8