Repository: commons-lang Updated Branches: refs/heads/master 33bd83496 -> 487b1a7ec
Looks like Java 11 no longer fails the build Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/c696955b Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/c696955b Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/c696955b Branch: refs/heads/master Commit: c696955b2ad1198d019f89df8578f660b41c421a Parents: 33bd834 Author: Benedikt Ritter <[email protected]> Authored: Thu Aug 23 19:20:21 2018 +0200 Committer: Benedikt Ritter <[email protected]> Committed: Thu Aug 23 19:20:21 2018 +0200 ---------------------------------------------------------------------- .travis.yml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/c696955b/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 9914040..874e917 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,9 +33,6 @@ 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
