changeset 15197:074c643ee78f v8.1.0608

patch 8.1.0608: coverals is not updating commit https://github.com/vim/vim/commit/e66777901382a554797a4c70ffbc0c63440cfe57 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 18 22:04:05 2018 +0100 patch 8.1.0608: coverals is not updating Problem: Coverals is not updating. Solution: Adjust path in Travis config.
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Dec 2018 22:15:06 +0100
parents 95a26636a542
children 2e45e601aa62
files .travis.yml src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml
+++ b/.travis.yml
@@ -109,7 +109,7 @@ script:
   - if [ -n "$err" ]; then exit 1; fi
 
 after_success:
-  - if [ "$COVERAGE" = "yes" ]; then ~/.local/bin/coveralls -b ${SRCDIR} -x .xs -e ${SRCDIR}/if_perl.c -e ${SRCDIR}/xxd -e ${SRCDIR}/libvterm/src --encodings utf-8 latin-1 EUC-KR; fi
+  - if [ "$COVERAGE" = "yes" ]; then ~/.local/bin/coveralls -b ${SRCDIR} -x .xs -e ${SRCDIR}/if_perl.c -e ${SRCDIR}/xxd -e ${SRCDIR}/libvterm --encodings utf-8 latin-1 EUC-KR; fi
   - if [ "$COVERAGE" = "yes" ]; then  cd ${SRCDIR} && bash <(curl -s https://codecov.io/bash) ; fi
 
 # vim:set sts=2 sw=2 tw=0 et:
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    608,
+/**/
     607,
 /**/
     606,