diff .travis.yml @ 17006:b54d62497f94 v8.1.1503

patch 8.1.1503: sound test fails on Travis commit https://github.com/vim/vim/commit/ffa60dda0a9a443c6751dbcff9d9e7ee07106f0c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 9 13:56:27 2019 +0200 patch 8.1.1503: sound test fails on Travis Problem: Sound test fails on Travis. Solution: Set AUDIODEV to "null".
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Jun 2019 14:30:05 +0200
parents 353ed7ef78df
children 837684d76c74
line wrap: on
line diff
--- 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: