]> granicus.if.org Git - vim/commitdiff
patch 8.1.1503: sound test fails on Travis v8.1.1503
authorBram Moolenaar <Bram@vim.org>
Sun, 9 Jun 2019 11:56:27 +0000 (13:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 9 Jun 2019 11:56:27 +0000 (13:56 +0200)
Problem:    Sound test fails on Travis.
Solution:   Set AUDIODEV to "null".

.travis.yml
src/version.c

index 53331e6ecc309144208c4c0cc13d971bf514e41c..3a012348e14427fb1498fce2c337dd6fa491a610 100644 (file)
@@ -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:
index 5a69befa7bdfafbada4a00406b52ecac8c4c764c..4d77a5729c8b8fdb2f5411f94d8d129ea7a1665b 100644 (file)
@@ -777,6 +777,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1503,
 /**/
     1502,
 /**/