]> granicus.if.org Git - vim/commitdiff
patch 8.1.1480: desktop file check doesn't run on CI v8.1.1480
authorBram Moolenaar <Bram@vim.org>
Thu, 6 Jun 2019 13:13:19 +0000 (15:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 6 Jun 2019 13:13:19 +0000 (15:13 +0200)
Problem:    Desktop file check doesn't run on CI.
Solution:   Install the desktip-file-utils packages. (Christian Brabandt,
            closes #4498)

.travis.yml
src/version.c

index 1e5ee562d8cabe9471974cfa5c3d4b76d0a0318a..51d357836bde853d5748390f3121fda06a85a3f7 100644 (file)
@@ -86,6 +86,7 @@ addons:
       - tcl-dev
       - cscope
       - libgtk2.0-dev
+      - desktop-file-utils
   homebrew:
     packages:
       - lua
index 947efb1d0c8243e1d6d73ed1882632b5c5aecc8d..72f4009ffdf84c4e5ff259a3fa9de8a25f0c0c8e 100644 (file)
@@ -767,6 +767,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1480,
 /**/
     1479,
 /**/