Problem: Syntax error in Travis config.
Solution: Set AUDIODEV in another section.
- gcc
env:
- global:
- # pretend to play sounds
- AUDIODEV=null
- &tiny-nogui
BUILD=yes TEST=test COVERAGE=no FEATURES=tiny "CONFOPT='--disable-gui'" SHADOWOPT= SRCDIR=./src CHECK_AUTOCONF=no
- &tiny
if [[ "${TRAVIS_OS_NAME}" = "linux" ]]; then
export DISPLAY=:99.0
sh -e /etc/init.d/xvfb start && sleep 3
+ # pretend to play sound
+ export AUDIODEV=null
fi
script:
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1506,
/**/
1505,
/**/