Skip to content

Commit 26c1988

Browse files
refacktargos
authored andcommitted
build,meta: don't fail Travis for commit message
PR-URL: #23739 Fixes: #23737 Refs: #22452 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Vladimir de Turckheim <[email protected]>
1 parent cb7d9f9 commit 26c1988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ matrix:
1212
- make lint
1313
# Lint the first commit in the PR.
1414
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then
15-
bash tools/lint-pr-commit-message.sh ${TRAVIS_PULL_REQUEST};
15+
bash tools/lint-pr-commit-message.sh ${TRAVIS_PULL_REQUEST} || true;
1616
fi
1717
- name: "Test Suite"
1818
addons:

0 commit comments

Comments
 (0)