From 8e228e21cc712d5cec2705afe1465ca9685bbbf6 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 6 Jun 2019 15:13:19 +0200 Subject: patch 8.1.1480: desktop file check doesn't run on CI Problem: Desktop file check doesn't run on CI. Solution: Install the desktip-file-utils packages. (Christian Brabandt, closes #4498) --- .travis.yml | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) 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 @@ -767,6 +767,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1480, /**/ 1479, /**/ -- cgit v1.2.1