From: Bram Moolenaar Date: Sun, 9 Jun 2019 11:56:27 +0000 (+0200) Subject: patch 8.1.1503: sound test fails on Travis X-Git-Tag: v8.1.1503 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffa60dda0a9a443c6751dbcff9d9e7ee07106f0c;p=vim patch 8.1.1503: sound test fails on Travis Problem: Sound test fails on Travis. Solution: Set AUDIODEV to "null". --- diff --git a/.travis.yml b/.travis.yml index 53331e6ec..3a012348e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -128,6 +128,8 @@ before_script: if [[ "${TRAVIS_OS_NAME}" = "linux" ]]; then export DISPLAY=:99.0 sh -e /etc/init.d/xvfb start && sleep 3 + # pretend to play sounds + export AUDIODEV=null fi script: diff --git a/src/version.c b/src/version.c index 5a69befa7..4d77a5729 100644 --- a/src/version.c +++ b/src/version.c @@ -777,6 +777,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1503, /**/ 1502, /**/