From e67a7d690a53690eb3c99a1ca7a199e8da159146 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 5 Sep 2018 22:25:50 +0200 Subject: 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. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 790cd7631..ab77c1365 100644 --- a/src/version.c +++ b/src/version.c @@ -794,6 +794,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 348, /**/ 347, /**/ -- cgit v1.2.1