From ffa60dda0a9a443c6751dbcff9d9e7ee07106f0c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 9 Jun 2019 13:56:27 +0200 Subject: patch 8.1.1503: sound test fails on Travis Problem: Sound test fails on Travis. Solution: Set AUDIODEV to "null". --- .travis.yml | 2 ++ src/version.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 53331e6ecc..3a012348e1 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 5a69befa7b..4d77a5729c 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, /**/ -- cgit v1.2.3