aherbert commented on a change in pull request #48: URL: https://github.com/apache/commons-codec/pull/48#discussion_r455008417
########## 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: Can you drop: ``` openjdk12 openjdk13 oraclejdk11 ``` Now Java 14 is out 12 and 13 are redundant. Testing on oraclejdk11 and openjdk11 also seems redundant. ---------------------------------------------------------------- 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