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 427f5b6 commit ffa60ddCopy full SHA for ffa60dd
2 files changed
.travis.yml
@@ -128,6 +128,8 @@ before_script:
128
if [[ "${TRAVIS_OS_NAME}" = "linux" ]]; then
129
export DISPLAY=:99.0
130
sh -e /etc/init.d/xvfb start && sleep 3
131
+ # pretend to play sounds
132
+ export AUDIODEV=null
133
fi
134
135
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
+ 1503,
782
/**/
783
1502,
784
0 commit comments