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 62e04f7 commit 8760a56Copy full SHA for 8760a56
.travis.yml
@@ -121,7 +121,7 @@ matrix:
121
script:
122
- >-
123
git diff --name-only --diff-filter=d FETCH_HEAD..HEAD \
124
- | ( grep '.\(c\|cpp\|h\|hpp\)$' || true ) \
+ | ( grep '.*\.\(c\|cpp\|h\|hpp\)$' || true ) \
125
| ( grep -v -f .astyleignore || true ) \
126
| while read file; do astyle -n --options=.astylerc "${file}"; done
127
- git diff --exit-code --diff-filter=d --color
0 commit comments