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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new 79df911  Travis: Allow Java EA builds to fail.
79df911 is described below

commit 79df911f038bc701e52d650a54bff355e91bcd53
Author: Pascal Schumacher <pascalschumac...@gmx.net>
AuthorDate: Sun Aug 4 12:37:25 2019 +0200

    Travis: Allow Java EA builds to fail.
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 9811140..1e3de86 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,10 @@ jdk:
   - openjdk13
   - openjdk-ea
 
+matrix:
+  allow_failures:
+    - jdk: openjdk-ea
+
 script:
   - mvn
 

Reply via email to