commit | 541faf7a73448bbed9e8d129f2001fb34e39b7b1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 09 15:35:41 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 09 15:35:41 2019 +0200 |
tree | 77c7adad035ce40f21bb42e82f1835f92d958c6c | |
parent | a90998d93a6e8deb686dd67a73288db2ca08dc89 [diff] [blame] |
patch 8.1.1508: sound keeps failing on Travis Problem: Sound keeps failing on Travis. Solution: Throw a skipped exception in the test.
diff --git a/src/version.c b/src/version.c index 6b6fd19..1156fd6 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1508, +/**/ 1507, /**/ 1506,