build,meta: don't fail Travis for commit message
PR-URL: https://github.com/nodejs/node/pull/23739 Fixes: https://github.com/nodejs/node/issues/23737 Refs: https://github.com/nodejs/node/pull/22452 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
This commit is contained in:
parent
0f63d84f80
commit
bec505bed7
@ -12,7 +12,7 @@ matrix:
|
|||||||
- make lint
|
- make lint
|
||||||
# Lint the first commit in the PR.
|
# Lint the first commit in the PR.
|
||||||
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then
|
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then
|
||||||
bash tools/lint-pr-commit-message.sh ${TRAVIS_PULL_REQUEST};
|
bash tools/lint-pr-commit-message.sh ${TRAVIS_PULL_REQUEST} || true;
|
||||||
fi
|
fi
|
||||||
- name: "Test Suite"
|
- name: "Test Suite"
|
||||||
addons:
|
addons:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user