File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ script:
108108 - if [ -n "$err" ]; then exit 1; fi
109109
110110after_success :
111- - if [ "$COVERAGE" = "yes" ]; then ~/.local/bin/coveralls -b $SRCDIR -x .xs -e ${SRCDIR}/xxd -e ${SRCDIR}/ if_perl.c --encodings utf-8 latin-1 EUC-KR; fi
111+ - if [ "$COVERAGE" = "yes" ]; then ~/.local/bin/coveralls -b $SRCDIR -x .xs -e ${SRCDIR}/if_perl.c --encodings utf-8 latin-1 EUC-KR; fi
112112 - if [ "$COVERAGE" = "yes" ]; then cd $SRCDIR && bash <(curl -s https://codecov.io/bash) ; fi
113113
114114# vim:set sts=2 sw=2 tw=0 et:
Original file line number Diff line number Diff line change @@ -762,6 +762,8 @@ static char *(features[]) =
762762
763763static int included_patches [] =
764764{ /* Add new patch number below this line */
765+ /**/
766+ 1693 ,
765767/**/
766768 1692 ,
767769/**/
You can’t perform that action at this time.
0 commit comments