summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-14 20:47:49 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-14 20:47:49 +0200
commitf42397c395ec8ff2dffef914805b4d9cbf1d600b (patch)
tree1c4bba9a702a4d7d51cfaa222a8f1326f24442a2 /src
parent21606676d9ebc6f159c56ee90733e5d5720ab3d7 (diff)
downloadvim-git-f42397c395ec8ff2dffef914805b4d9cbf1d600b.tar.gz
patch 8.1.1530: Travis config is not optimalv8.1.1530
Problem: Travis config is not optimal. Solution: Remove system conditions. Do not use excluding matrix. Cache OSX results. (Ozaki Kiichi, closes #4521)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 44ce63903..510587b11 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1530,
+/**/
1529,
/**/
1528,