Repository: commons-lang
Updated Branches:
  refs/heads/master 60b8f18e4 -> aae1a0a68


Travis: Stop building with Java 9 and 10, as these are superseded by Java 11 
and not supported anymore.


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/aae1a0a6
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/aae1a0a6
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/aae1a0a6

Branch: refs/heads/master
Commit: aae1a0a681a8aca3a9c200c3b1b61299cee2f811
Parents: 60b8f18
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Tue Nov 20 18:42:57 2018 +0100
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Sat Nov 24 12:47:38 2018 +0100

----------------------------------------------------------------------
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/aae1a0a6/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 27f30f6..c1b70e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,8 +17,6 @@ language: java
 
 jdk:
   - oraclejdk8
-  - oraclejdk9
-  - openjdk10
   - openjdk11
   - openjdk-ea
 

Reply via email to