diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-06-09 14:51:30 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-06-09 14:51:30 +0200 |
commit | b29cfb8c28a66604ebb468c73d86669870a3b06b (patch) | |
tree | 0b863118c17ad9e31590f2280c261994fff2e5e0 /.travis.yml | |
parent | 8ed75cb0b4d06b8c13dfb12bf3c54be0f6f0c71b (diff) | |
download | vim-git-b29cfb8c28a66604ebb468c73d86669870a3b06b.tar.gz |
patch 8.1.1506: syntax error in Travis configv8.1.1506
Problem: Syntax error in Travis config.
Solution: Set AUDIODEV in another section.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 02a449b47..4e7df286d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,6 @@ compiler: - 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 @@ -141,6 +138,8 @@ before_script: 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: |