commit | e67a7d690a53690eb3c99a1ca7a199e8da159146 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 05 22:25:50 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 05 22:25:50 2018 +0200 |
tree | 1c9548182381b8f2f742cfae9d5b69e951e83bb4 | |
parent | f1c118be93184e8e57e3e80b1b3383f464ed649e [diff] |
patch 8.1.0348: on Travis the slowest build is run last Problem: On Travis the slowest build is run last. (Dominique Pelle) Solution: Reorder the build entries.
diff --git a/src/version.c b/src/version.c index 790cd76..ab77c13 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 348, +/**/ 347, /**/ 346,