Merge pull request #10222 from cmonr/TravisCI.astyle-fix

Travis CI: Updated astyle to work with updated .astyleignore file
pull/10209/head
Nir Sonnenschein 2019-03-26 09:44:14 +02:00 committed by GitHub
commit f1e664be82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ matrix:
- >-
git diff --name-only --diff-filter=d FETCH_HEAD..HEAD \
| ( grep '.\(c\|cpp\|h\|hpp\)$' || true ) \
| ( fgrep -v -f .astyleignore || true ) \
| ( grep -v -f .astyleignore || true ) \
| while read file; do astyle -n --options=.astylerc "${file}"; done
- git diff --exit-code --diff-filter=d --color