AHeise commented on a change in pull request #83: URL: https://github.com/apache/flink-docker/pull/83#discussion_r642251127
########## File path: testing/run_travis_tests.sh ########## @@ -11,12 +11,9 @@ fi BRANCH="$TRAVIS_BRANCH" -test_docker_entrypoint - -./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.13-SNAPSHOT-bin-scala_2.11.tgz" -n test-java8 +./add-version.sh -r 1.13 -f 1.13.1 -# test Flink with Java11 image as well -./add-custom.sh -u "https://s3.amazonaws.com/flink-nightly/flink-1.13-SNAPSHOT-bin-scala_2.11.tgz" -j 11 -n test-java11 +test_docker_entrypoint Review comment: This looks odd to me. I think this should be in a different commit that explains what you intended. -- 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