We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf040b commit 5905e9aCopy full SHA for 5905e9a
scripts/test-commit-messages.js
@@ -33,6 +33,8 @@ logger
33
34
// Note: This is based on the gulp task found in the angular/angular repository
35
execSync('git fetch origin');
36
+// Travis doesn't have master when running jobs on other branches (minor/patch/etc).
37
+execSync('git fetch origin master:master');
38
39
40
const output = execSync('git log master.. --reverse --format="%H %s" --no-merges', {
0 commit comments