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 af4af43 commit fd5607fCopy full SHA for fd5607f
.travis.yml
@@ -141,10 +141,10 @@ matrix:
141
- astyle --version
142
script:
143
- >-
144
- git diff --name-only HEAD..${TRAVIS_BRANCH} \
+ git diff --name-only --diff-filter=d HEAD..${TRAVIS_BRANCH} \
145
| ( grep '.\(c\|cpp\|h\|hpp\)$' || true ) \
146
| while read file; do astyle -n --options=.astylerc "${file}"; done
147
- - git diff --exit-code --color
+ - git diff --exit-code --diff-filter=d --color
148
149
- env:
150
- NAME=events
0 commit comments