zentol commented on a change in pull request #19:
URL: https://github.com/apache/flink-docker/pull/19#discussion_r417900226
##########
File path: testing/run_travis_tests.sh
##########
@@ -12,6 +12,8 @@ fi
BRANCH="$TRAVIS_BRANCH"
if [ -n "$IS_PULL_REQUEST" ]; then
+ # fetch the branch the PR opened against; we can only generate a diff
against master by default
Review comment:
```suggestion
# fetch the branch the PR was opened against; we can only generate a diff
against master by default
```
----------------------------------------------------------------
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]