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 3d9eba2 commit 1994969Copy full SHA for 1994969
.travis.yml
@@ -48,4 +48,4 @@ script:
48
matrix:
49
include:
50
- env: NAME="CPP-LINT"
51
- script: cd .. && python scripts/cpplint.py `git diff --name-only master HEAD`
+ script: cd .. && DIFF=`git diff --name-only master HEAD` && if [ "$DIFF" != "" ]; then python scripts/cpplint.py $DIFF; fi
0 commit comments