diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-02-03 13:13:18 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-02-03 13:13:18 +0100 |
commit | 01a6c21691631ee55744a1799a9725e5d6521cf4 (patch) | |
tree | 89aaadbc807a82687433ca09898506c7b0fee178 /Filelist | |
parent | 889da2f2438c8168f9a25dc776360b81109bad44 (diff) | |
download | vim-git-01a6c21691631ee55744a1799a9725e5d6521cf4.tar.gz |
patch 8.1.0869: Travis CI script is too complicatedv8.1.0869
Problem: Travis CI script is too complicated.
Solution: Add names to environments. Move appveyor script outside of src
directory. (Ozaki Kiichi, closes #3890)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,8 +7,8 @@ SRC_ALL = \ .lgtm.yml \ .travis.yml \ appveyor.yml \ + ci/appveyor.bat \ src/Make_all.mak \ - src/appveyor.bat \ src/README.txt \ src/alloc.h \ src/arabic.c \ |