Skip to content

Commit ffa60dd

Browse files
committed
patch 8.1.1503: sound test fails on Travis
Problem: Sound test fails on Travis. Solution: Set AUDIODEV to "null".
1 parent 427f5b6 commit ffa60dd

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ before_script:
128128
if [[ "${TRAVIS_OS_NAME}" = "linux" ]]; then
129129
export DISPLAY=:99.0
130130
sh -e /etc/init.d/xvfb start && sleep 3
131+
# pretend to play sounds
132+
export AUDIODEV=null
131133
fi
132134
133135
script:

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,8 @@ static char *(features[]) =
777777

778778
static int included_patches[] =
779779
{ /* Add new patch number below this line */
780+
/**/
781+
1503,
780782
/**/
781783
1502,
782784
/**/

0 commit comments

Comments
 (0)