commit | 7a87b4e3fe91c18a616536fe49154c4bb3da0a93 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 14:59:07 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 14:59:07 2020 +0200 |
tree | 6d26fb37a25169e347b1639c1fbaa2a282fcd8e6 | |
parent | 4cc45a367363f7754dedd280cd7a065b7a220394 [diff] [blame] |
patch 8.2.1277: tests on Travis do not run with EXITFREE Problem: Tests on Travis do not run with EXITFREE. Solution: Add EXITFREE to all builds to uncover any mistakes.
diff --git a/src/version.c b/src/version.c index e0115c6..45714aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1277, +/**/ 1276, /**/ 1275,