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:
108
108
- if [ -n "$err" ]; then exit 1; fi
109
109
110
110
after_success :
111
- - if [ "$COVERAGE" = "yes" ]; then ~/.local/bin/coveralls -b ${SRCDIR} -x .xs -i ${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}/xxd -e ${SRCDIR}/if_perl.c --encodings utf-8 latin-1 EUC-KR; fi
112
112
- if [ "$COVERAGE" = "yes" ]; then cd ${SRCDIR} && bash <(curl -s https://codecov.io/bash) ; fi
113
113
114
114
# 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[]) =
762
762
763
763
static int included_patches [] =
764
764
{ /* Add new patch number below this line */
765
+ /**/
766
+ 1700 ,
765
767
/**/
766
768
1699 ,
767
769
/**/
You can’t perform that action at this time.
0 commit comments