We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed75cb commit b29cfb8Copy full SHA for b29cfb8
2 files changed
.travis.yml
@@ -10,9 +10,6 @@ compiler:
10
- gcc
11
12
env:
13
- global:
14
- # pretend to play sounds
15
- AUDIODEV=null
16
- &tiny-nogui
17
BUILD=yes TEST=test COVERAGE=no FEATURES=tiny "CONFOPT='--disable-gui'" SHADOWOPT= SRCDIR=./src CHECK_AUTOCONF=no
18
- &tiny
@@ -141,6 +138,8 @@ before_script:
141
138
if [[ "${TRAVIS_OS_NAME}" = "linux" ]]; then
142
139
export DISPLAY=:99.0
143
140
sh -e /etc/init.d/xvfb start && sleep 3
+ # pretend to play sound
+ export AUDIODEV=null
144
fi
145
146
script:
src/version.c
@@ -777,6 +777,8 @@ static char *(features[]) =
777
778
static int included_patches[] =
779
{ /* Add new patch number below this line */
780
+/**/
781
+ 1506,
782
/**/
783
1505,
784
0 commit comments