Skip to content

Commit cab898b

Browse files
committed
DEBUGGING
1 parent 55a8272 commit cab898b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
clang-format-7 --version
1919
# build a pathspec that excludes the files in .clang-format-ignore
2020
while read file ; do echo EXCLUDES+="':(top,exclude)$file' " ; done < .clang-format-ignore
21+
echo "commit range: ${TRAVIS_COMMIT_RANGE}"
2122
echo "Checking for formatting errors introduced since ${TRAVIS_COMMIT_RANGE%...*}"
23+
exit 1
2224
git-clang-format-7 --binary clang-format-7 "${TRAVIS_COMMIT_RANGE%...*}" -- $EXCLUDES
2325
git diff > formatted.diff
2426
if [[ -s formatted.diff ]] ; then

0 commit comments

Comments
 (0)