From c3e539fa703b23d9a24c3520c96ec305ee932cb4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 16 Jul 2016 20:37:56 +0200 Subject: patch 7.4.2052 Problem: Coverage report is messed up by the unittests. Solution: Add a separate test target for script tests. Use that when collecting coverage information. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index af3eb1f3a9..c30870850a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ script: - if [ "$CHECK_AUTOCONF" = "yes" -a "$CC" = "gcc" ]; then make -C src autoconf; fi - if [ "x$SHADOWOPT" != x ]; then make -C src shadow; fi && (cd ${SRCDIR} && ./configure --with-features=$FEATURES $CONFOPT --enable-fail-if-missing && make -j$NPROC) - ${SRCDIR}/vim --version - - make $SHADOWOPT test + - make $SHADOWOPT scripttests after_success: - if [ x"$COVERAGE" = "xyes" ]; then ~/.local/bin/coveralls -b $SRCDIR -x .xs -e ${SRCDIR}/xxd -e ${SRCDIR}/if_perl.c --encodings utf-8 latin-1 EUC-KR; fi -- cgit v1.2.3