You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2018/11/20 20:24:18 UTC

knox git commit: Only test JDK 8 and 11

Repository: knox
Updated Branches:
  refs/heads/master 82b2f45df -> ef7afca67


Only test JDK 8 and 11

Signed-off-by: Kevin Risden <kr...@apache.org>


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

Branch: refs/heads/master
Commit: ef7afca67048e3a7df6b43fad89c9e9b480bba20
Parents: 82b2f45
Author: Kevin Risden <kr...@apache.org>
Authored: Tue Nov 20 11:17:46 2018 -0500
Committer: Kevin Risden <kr...@apache.org>
Committed: Tue Nov 20 15:23:56 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/knox/blob/ef7afca6/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index abe04fa..e81454e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,8 +21,6 @@ matrix:
   fast_finish: true
   include:
     - env: IMAGE=maven:3-jdk-8
-    - env: IMAGE=maven:3-jdk-9
-    - env: IMAGE=maven:3-jdk-10
     - env: IMAGE=maven:3-jdk-11
     
 env: