diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-02-24 22:27:05 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-02-24 22:27:05 +0100 |
commit | 84f4996d2ab2982006d79ee69df4688c966bf8e8 (patch) | |
tree | 643111a44558197a1903ccd896e47dcbc6b19184 /appveyor.yml | |
parent | 81275ca9ce3059148fdb65dff29f7ecdbca446fb (diff) | |
download | vim-git-84f4996d2ab2982006d79ee69df4688c966bf8e8.tar.gz |
patch 7.4.1415v7.4.1415
Problem: Dropped the skip-tags setting.
Solution: Put it back.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 28bd3829b..7f6a40a6e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,7 @@ version: "{build}" +skip_tags: true + environment: matrix: - FEATURE: HUGE |