From fdfec163b76ccfa4f6a1f31cc1b077097895fcaf Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Thu, 18 Oct 2018 17:16:24 -0400 Subject: [PATCH] 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 Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Yuta Hiroto Reviewed-By: Vladimir de Turckheim --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d1b4f3099911da..efefa0323f99f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ matrix: - make lint # Lint the first commit in the PR. - 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 - name: "Test Suite" addons: