commit | 8d5f6af5e5a5edfd3fa95f33540c204f4e74331e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 15:50:40 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 15:50:40 2020 +0200 |
tree | d07c64625fa085bb9cacafdd545d14aff14b9d60 | |
parent | dd1a9af00f6954b176c5875af0a91acde72572c8 [diff] [blame] |
patch 8.2.1279: some tests on Travis have EXITFREE duplicated Problem: Some tests on Travis have EXITFREE duplicated. Solution: Remove EXITFREE from shadowopt. Add "shadow" to job name.
diff --git a/src/version.c b/src/version.c index 1e78c01..79d24e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1279, +/**/ 1278, /**/ 1277,