We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de1c5c commit 99c2a10Copy full SHA for 99c2a10
.travis.yml
@@ -11,7 +11,9 @@ matrix:
11
script:
12
- make lint
13
# Lint the first commit in the PR.
14
- - \[ "${TRAVIS_PULL_REQUEST}" != "false" \] && bash tools/lint-pr-commit-message.sh ${TRAVIS_PULL_REQUEST}
+ - if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then
15
+ bash tools/lint-pr-commit-message.sh ${TRAVIS_PULL_REQUEST};
16
+ fi
17
- name: "Test Suite"
18
addons:
19
apt:
0 commit comments