diff --git a/.travis.yml b/.travis.yml index 9c184f388e..4625bcf9da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -142,12 +142,8 @@ script: "${SRCDIR}"/vim --not-a-term -u NONE -S "${SRCDIR}"/testdir/if_ver-2.vim -c quit > /dev/null cat if_ver.txt fi - - | - if do_test make ${SHADOWOPT} ${TEST}; then - echo -en "travis_fold:end:test\\r\\033[0K" - else - exit 1 - fi + - do_test make ${SHADOWOPT} ${TEST} && FOLD_MARKER=travis_fold + - echo -en "${FOLD_MARKER}:end:test\\r\\033[0K" # instead of a 2*2*8 matrix (2*os + 2*compiler + 8*env), diff --git a/src/version.c b/src/version.c index 191e10166c..9286ec8c57 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1976, /**/ 1975, /**/