Skip to content

Commit b29cfb8

Browse files
committed
patch 8.1.1506: syntax error in Travis config
Problem: Syntax error in Travis config. Solution: Set AUDIODEV in another section.
1 parent 8ed75cb commit b29cfb8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ compiler:
1010
- gcc
1111

1212
env:
13-
global:
14-
# pretend to play sounds
15-
AUDIODEV=null
1613
- &tiny-nogui
1714
BUILD=yes TEST=test COVERAGE=no FEATURES=tiny "CONFOPT='--disable-gui'" SHADOWOPT= SRCDIR=./src CHECK_AUTOCONF=no
1815
- &tiny
@@ -141,6 +138,8 @@ before_script:
141138
if [[ "${TRAVIS_OS_NAME}" = "linux" ]]; then
142139
export DISPLAY=:99.0
143140
sh -e /etc/init.d/xvfb start && sleep 3
141+
# pretend to play sound
142+
export AUDIODEV=null
144143
fi
145144
146145
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+
1506,
780782
/**/
781783
1505,
782784
/**/

0 commit comments

Comments
 (0)