Repository: commons-lang Updated Branches: refs/heads/master 5fa073a5c -> 961e4a821
Travis: Allow failures on Java 11, because some FastDateParser tests currently fail with "java.text.ParseException: Unparseable date" Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/961e4a82 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/961e4a82 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/961e4a82 Branch: refs/heads/master Commit: 961e4a821b66b27c77418dece6017e3fe912fa56 Parents: 6996686 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Thu May 10 14:21:36 2018 +0200 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Tue May 15 22:03:20 2018 +0200 ---------------------------------------------------------------------- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/961e4a82/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 05813b8..f88d2c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,9 @@ matrix: # Java 11 "Oracle JDK" (not yet provided by Travis CI) - env: JDK='Oracle JDK 11' install: . ./target/install-jdk.sh -F 11 -L BCL +# some FastDateParser tests currently fail with java.text.ParseException: Unparseable date + allow_failures: + - env: JDK='Oracle JDK 11' script: - mvn