commit | a90998d93a6e8deb686dd67a73288db2ca08dc89 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 09 15:21:27 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 09 15:21:27 2019 +0200 |
tree | 0bba67426ce86f15a5ab1a064bf52be192c9114d | |
parent | b29cfb8c28a66604ebb468c73d86669870a3b06b [diff] |
patch 8.1.1507: sound test still fails on Travis Problem: Sound test still fails on Travis. Solution: Try another dummy sound approach.
diff --git a/src/version.c b/src/version.c index 5c12872..6b6fd19 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1507, +/**/ 1506, /**/ 1505,