commit | d973bcb483088b69eb1aed3788476662fe6b77ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 18:01:58 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 18:01:58 2017 +0200 |
tree | 79c94d5bc1a799104aa4f0dcb6e22bd2a2bcea9c | |
parent | 607985a95f31f4db238c7d825e548b14da64ac26 [diff] [blame] |
patch 8.0.0796: no coverage on Travis with clang Problem: No coverage on Travis with clang. Solution: Use a specific coveralls version. (Ozaki Kiichi, closes #1888)
diff --git a/src/version.c b/src/version.c index 49d553f..9ca8700 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 796, +/**/ 795, /**/ 794,