I've made a simple PR adding 3 simple lines to an event (3 of them comment). The Travis test fails here:
It seems to come down to the unexpected EOF. Is that something I triggered or is there a bug in the testing procedure?0.51s$ sh -c "set -x;if [ '$NOTESTS' = '1' -a '$TRAVIS_PULL_REQUEST' != 'false' ]; then git remote set-branches --add origin $TRAVIS_BRANCH && git fetch && git-tools/commit-msg-hook-range.sh origin/$TRAVIS_BRANCH..$TRAVIS_PULL_REQUEST_SHA; fi"
+[ 1 = 1 -a 5123 != false ]
+git remote set-branches --add origin master
+git fetch
+git-tools/commit-msg-hook-range.sh origin/master..e2058192b0296ce78073640965930c40ef5f69a7
Inspecting commit message of commit 7508fccb02f14422d18b901fd6baf0a5dbc74608
Unexpected EOF encountered
Aborting commit.
The command "sh -c "set -x;if [ '$NOTESTS' = '1' -a '$TRAVIS_PULL_REQUEST' != 'false' ]; then git remote set-branches --add origin $TRAVIS_BRANCH && git fetch && git-tools/commit-msg-hook-range.sh origin/$TRAVIS_BRANCH..$TRAVIS_PULL_REQUEST_SHA; fi"" exited with 1.