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 /.travis.yml | |
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)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 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 |