diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-06-06 15:13:19 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-06-06 15:13:19 +0200 |
commit | 8e228e21cc712d5cec2705afe1465ca9685bbbf6 (patch) | |
tree | 04f63cefd99d1326486f07752788efd6904694e1 | |
parent | 133c737357ceff21348d55c7d53903421c5ce094 (diff) | |
download | vim-git-8e228e21cc712d5cec2705afe1465ca9685bbbf6.tar.gz |
patch 8.1.1480: desktop file check doesn't run on CIv8.1.1480
Problem: Desktop file check doesn't run on CI.
Solution: Install the desktip-file-utils packages. (Christian Brabandt,
closes #4498)
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1e5ee562d..51d357836 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,6 +86,7 @@ addons: - tcl-dev - cscope - libgtk2.0-dev + - desktop-file-utils homebrew: packages: - lua diff --git a/src/version.c b/src/version.c index 947efb1d0..72f4009ff 100644 --- a/src/version.c +++ b/src/version.c @@ -768,6 +768,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1480, +/**/ 1479, /**/ 1478, |