We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7d9f9 commit 26c1988Copy full SHA for 26c1988
.travis.yml
@@ -12,7 +12,7 @@ matrix:
12
- make lint
13
# Lint the first commit in the PR.
14
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then
15
- bash tools/lint-pr-commit-message.sh ${TRAVIS_PULL_REQUEST};
+ bash tools/lint-pr-commit-message.sh ${TRAVIS_PULL_REQUEST} || true;
16
fi
17
- name: "Test Suite"
18
addons:
0 commit comments