comparison .travis.yml @ 17006:b54d62497f94 v8.1.1503

patch 8.1.1503: sound test fails on Travis commit https://github.com/vim/vim/commit/ffa60dda0a9a443c6751dbcff9d9e7ee07106f0c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 9 13:56:27 2019 +0200 patch 8.1.1503: sound test fails on Travis Problem: Sound test fails on Travis. Solution: Set AUDIODEV to "null".
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Jun 2019 14:30:05 +0200
parents 353ed7ef78df
children 837684d76c74
comparison
equal deleted inserted replaced
17005:bf7a8a466977 17006:b54d62497f94
126 # Start virtual framebuffer to be able to test the GUI. Does not work on OS X. 126 # Start virtual framebuffer to be able to test the GUI. Does not work on OS X.
127 - | 127 - |
128 if [[ "${TRAVIS_OS_NAME}" = "linux" ]]; then 128 if [[ "${TRAVIS_OS_NAME}" = "linux" ]]; then
129 export DISPLAY=:99.0 129 export DISPLAY=:99.0
130 sh -e /etc/init.d/xvfb start && sleep 3 130 sh -e /etc/init.d/xvfb start && sleep 3
131 # pretend to play sounds
132 export AUDIODEV=null
131 fi 133 fi
132 134
133 script: 135 script:
134 - NPROC=$(getconf _NPROCESSORS_ONLN) 136 - NPROC=$(getconf _NPROCESSORS_ONLN)
135 - set -o errexit 137 - set -o errexit