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 9aef9d3 commit a5e8df2Copy full SHA for a5e8df2
.travis.yml
@@ -141,7 +141,7 @@ matrix:
141
after_success:
142
# run astyle for all files on the branch
143
- git checkout -- .
144
- - find -regex '.*\.\(h\|c\|hpp\|cpp\)' -type f | fgrep -v -f .astyleignore | xargs -n 100 -I {} bash -c "astyle -n --options=.astylerc \"{}\"" > astyle-branch.out;
+ - find -regex '.*\.\(h\|c\|hpp\|cpp\)$' -type f | fgrep -v -f .astyleignore | xargs -n 100 -I {} bash -c "astyle -n --options=.astylerc \"{}\"" > astyle-branch.out;
145
# update status if we succeeded, compare with master if possible
146
- |
147
CURR=$(cat astyle-branch.out | grep Formatted | wc -l)
0 commit comments