summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-10-18 16:09:14 -0700
committerRich Trott <rtrott@gmail.com>2018-10-18 22:32:42 -0700
commit2cb2597d72abbdee85335fd86d5031d55850755e (patch)
tree31b00b8e07a67a70def760d4b3e9f631ae36254a /.travis.yml
parent23f8b7d334db86a78464f8694c015afab6dedfc3 (diff)
downloadandroid-node-v8-2cb2597d72abbdee85335fd86d5031d55850755e.tar.gz
android-node-v8-2cb2597d72abbdee85335fd86d5031d55850755e.tar.bz2
android-node-v8-2cb2597d72abbdee85335fd86d5031d55850755e.zip
tools: clarify commit message linting
Clarify in Travis results that the commit message linting is for the commit message and not something else. PR-URL: https://github.com/nodejs/node/pull/23742 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 156d28298b..004c6ab4cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ matrix:
script:
- make lint
# Lint the first commit in the PR.
- - \[ -z "$TRAVIS_COMMIT_RANGE" \] || git log $TRAVIS_COMMIT_RANGE --pretty=format:'%h' --no-merges | tail -1 | xargs npx core-validate-commit --no-validate-metadata
+ - \[ -z "$TRAVIS_COMMIT_RANGE" \] || (echo -e '\nLinting the commit message according to the guidelines at https://goo.gl/p2fr5Q\n' && git log $TRAVIS_COMMIT_RANGE --pretty=format:'%h' --no-merges | tail -1 | xargs npx -q core-validate-commit --no-validate-metadata)
- name: "Test Suite"
install:
- ./configure