summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-09-06 19:55:45 +0100
committerw0rp <devw0rp@gmail.com>2017-09-06 19:55:45 +0100
commit2b34cf098a855ce970d5c2020621ff72817a2292 (patch)
tree472f212ef76c1398589b8f8f5031244415195410 /.appveyor.yml
parent9821b2c414577b2a6f988e6a83993c3eeb546cd9 (diff)
downloadale-2b34cf098a855ce970d5c2020621ff72817a2292.zip
Try different things for the Vim executable path
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 70a51a04..ba852eb9 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -16,5 +16,6 @@ install:
- ps: "[IO.Compression.ZipFile]::ExtractToDirectory('C:\\vim.zip', 'C:\\vim')"
test_script:
- - C:\vim\vim80\vim.exe --version
+ - dir C:\vim
+ - C:\vim\vim.exe --version
- echo hello world