Skip to content

Commit f1e664b

Browse files
author
Nir Sonnenschein
authored
Merge pull request #10222 from cmonr/TravisCI.astyle-fix
Travis CI: Updated astyle to work with updated .astyleignore file
2 parents f87a3e9 + 034096d commit f1e664b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ matrix:
183183
- >-
184184
git diff --name-only --diff-filter=d FETCH_HEAD..HEAD \
185185
| ( grep '.\(c\|cpp\|h\|hpp\)$' || true ) \
186-
| ( fgrep -v -f .astyleignore || true ) \
186+
| ( grep -v -f .astyleignore || true ) \
187187
| while read file; do astyle -n --options=.astylerc "${file}"; done
188188
- git diff --exit-code --diff-filter=d --color
189189

0 commit comments

Comments
 (0)