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 f5ad355 commit 5299017Copy full SHA for 5299017
.travis.yml
@@ -129,7 +129,7 @@ matrix:
129
- astyle --version
130
script:
131
# only changed files this time
132
- git diff --name-only --diff-filter=d $TRAVIS_BRANCH | grep '.*\.\(h\|c\|hpp\|cpp\)' | fgrep -v -f .astyleignore | xargs -n 100 -I {} bash -c "astyle -n --options=.astylerc \"{}\"" > astyle-files-changed.out;
+ git diff --name-only --diff-filter=d $TRAVIS_BRANCH | grep '.*\.\(h\|c\|hpp\|cpp\)$' | fgrep -v -f .astyleignore | xargs -n 100 -I {} bash -c "astyle -n --options=.astylerc \"{}\"" > astyle-files-changed.out;
133
if [ $(cat astyle-files-changed.out | grep Formatted | wc -l) -ne 0 ]; then
134
git --no-pager diff;
135
echo "";
0 commit comments