mirror of https://github.com/dense-analysis/ale
Try again
This commit is contained in:
parent
2b34cf098a
commit
2be39d3e1c
|
@ -16,6 +16,6 @@ install:
|
||||||
- ps: "[IO.Compression.ZipFile]::ExtractToDirectory('C:\\vim.zip', 'C:\\vim')"
|
- ps: "[IO.Compression.ZipFile]::ExtractToDirectory('C:\\vim.zip', 'C:\\vim')"
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- dir C:\vim
|
- dir C:\vim\vim
|
||||||
- C:\vim\vim.exe --version
|
- C:\vim\vim\vim80\vim.exe --version
|
||||||
- echo hello world
|
- echo hello world
|
||||||
|
|
Loading…
Reference in New Issue