Skip to content

Commit 8760a56

Browse files
author
Veijo Pesonen
committed
astyle: stops whitelisting .sh-files
1 parent 62e04f7 commit 8760a56

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
@@ -121,7 +121,7 @@ matrix:
121121
script:
122122
- >-
123123
git diff --name-only --diff-filter=d FETCH_HEAD..HEAD \
124-
| ( grep '.\(c\|cpp\|h\|hpp\)$' || true ) \
124+
| ( grep '.*\.\(c\|cpp\|h\|hpp\)$' || true ) \
125125
| ( grep -v -f .astyleignore || true ) \
126126
| while read file; do astyle -n --options=.astylerc "${file}"; done
127127
- git diff --exit-code --diff-filter=d --color

0 commit comments

Comments
 (0)