commit | ffa60dda0a9a443c6751dbcff9d9e7ee07106f0c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 09 13:56:27 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 09 13:56:27 2019 +0200 |
tree | 310b92f6c0c17b6367f5f7a8a27af4582e0517b4 | |
parent | 427f5b66ce0abe19daed9291b1693f6e8aae6552 [diff] |
patch 8.1.1503: sound test fails on Travis Problem: Sound test fails on Travis. Solution: Set AUDIODEV to "null".
diff --git a/src/version.c b/src/version.c index 5a69bef..4d77a57 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1503, +/**/ 1502, /**/ 1501,