diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-06-09 13:56:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-06-09 13:56:27 +0200 |
commit | ffa60dda0a9a443c6751dbcff9d9e7ee07106f0c (patch) | |
tree | 310b92f6c0c17b6367f5f7a8a27af4582e0517b4 /.travis.yml | |
parent | 427f5b66ce0abe19daed9291b1693f6e8aae6552 (diff) | |
download | vim-git-ffa60dda0a9a443c6751dbcff9d9e7ee07106f0c.tar.gz |
patch 8.1.1503: sound test fails on Travisv8.1.1503
Problem: Sound test fails on Travis.
Solution: Set AUDIODEV to "null".
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |