diff --git a/.travis.yml b/.travis.yml index 86eb891c62..874b5f4503 100644 --- a/.travis.yml +++ b/.travis.yml @@ -146,6 +146,7 @@ matrix: - >- git diff --name-only --diff-filter=d HEAD..${TRAVIS_BRANCH} \ | ( grep '.\(c\|cpp\|h\|hpp\)$' || true ) \ + | ( fgrep -v -f .astyleignore || true ) \ | while read file; do astyle -n --options=.astylerc "${file}"; done - git diff --exit-code --diff-filter=d --color