mirror of
https://github.com/dense-analysis/ale
synced 2025-01-09 15:59:52 +00:00
Fix some PowerShell stderr BS
This commit is contained in:
parent
963e16870b
commit
9474a9d319
@ -22,9 +22,9 @@ install:
|
|||||||
# Clone Vader and check out the commit we want
|
# Clone Vader and check out the commit we want
|
||||||
- ps: >-
|
- ps: >-
|
||||||
if (!(Test-Path -Path C:\vader)){
|
if (!(Test-Path -Path C:\vader)){
|
||||||
git clone https://github.com/junegunn/vader.vim C:\vader
|
git clone https://github.com/junegunn/vader.vim C:\vader 2> $null
|
||||||
cd C:\vader
|
cd C:\vader
|
||||||
git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af
|
git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af 2> $null
|
||||||
}
|
}
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user