XenoAmess commented on a change in pull request #48:
URL: https://github.com/apache/commons-codec/pull/48#discussion_r459879768
##########
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:
> My point was that testing on **both** oraclejdk11 and openjdk11 seems
redundant. I would also drop oraclejdk11 and just leave openjdk11.
@aherbert oh, got it:)
----------------------------------------------------------------
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:
[email protected]