XenoAmess commented on a change in pull request #48:
URL: https://github.com/apache/commons-codec/pull/48#discussion_r459868811



##########
File path: .travis.yml
##########
@@ -15,23 +15,23 @@
 
 language: java
 sudo: false
-
+cache:
+  directories:
+    - $HOME/.m2
 matrix:
   include:
     - os: linux-ppc64le
       jdk: openjdk8
-
-jdk:
-  - oraclejdk11
-  - openjdk8
-  - openjdk11
-  - openjdk12
-  - openjdk13
-  - openjdk14  
-  - openjdk-ea
-
+    - jdk: openjdk8
+    - jdk: openjdk11
+    - jdk: openjdk12

Review comment:
       > Now Java 14 is out 12 and 13 are redundant. Testing on oraclejdk11 and 
openjdk11 also seems redundant.
   
   we can drop 12 but 13 but I think we'd better remain 11, as 11 is LTS.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to