diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-04-08 01:46:25 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-04-08 01:46:25 +0200 |
commit | 8a8213f6d47527c060e5f0039689f41c98f265bb (patch) | |
tree | 4f06a0cb547760ff26064b81f899e756b76fd895 | |
parent | 45bf5bb6662c146d353cfe6b634edec6188f3cf4 (diff) | |
download | rneovim-8a8213f6d47527c060e5f0039689f41c98f265bb.tar.gz rneovim-8a8213f6d47527c060e5f0039689f41c98f265bb.tar.bz2 rneovim-8a8213f6d47527c060e5f0039689f41c98f265bb.zip |
CI/AppVeyor: remove redundant cache directive
Maybe AppVeyor gets confused by the redundant entry?
Anyway, build.ps1 generally does not affect the validity of the deps
cache.
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index a1b1173cbd..e27b8e1b88 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,7 +28,6 @@ before_build: build_script: - powershell ci\build.ps1 cache: -- C:\projects\nvim-deps -> ci\build.ps1 - C:\projects\nvim-deps -> third-party\** artifacts: - path: build/Neovim.zip |