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 f87a3e9 commit 034096dCopy full SHA for 034096d
.travis.yml
@@ -183,7 +183,7 @@ matrix:
183
- >-
184
git diff --name-only --diff-filter=d FETCH_HEAD..HEAD \
185
| ( grep '.\(c\|cpp\|h\|hpp\)$' || true ) \
186
- | ( fgrep -v -f .astyleignore || true ) \
+ | ( grep -v -f .astyleignore || true ) \
187
| while read file; do astyle -n --options=.astylerc "${file}"; done
188
- git diff --exit-code --diff-filter=d --color
189
0 commit comments