Try different things for the Vim executable path
This commit is contained in:
parent
9821b2c414
commit
2b34cf098a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue