summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-09-06 23:52:57 +0100
committerw0rp <devw0rp@gmail.com>2017-09-06 23:52:57 +0100
commit9474a9d319f2b24f277f9a26ae9ba3313ef32865 (patch)
treefa58536ebf3f7f1af5e999c3c27d5feb1b657977 /.appveyor.yml
parent963e16870b6a902378dede3a2b78a2be5a11ee0c (diff)
downloadale-9474a9d319f2b24f277f9a26ae9ba3313ef32865.zip
Fix some PowerShell stderr BS
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 45322804..6d94a1e1 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -22,9 +22,9 @@ install:
# Clone Vader and check out the commit we want
- ps: >-
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
- git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af
+ git checkout -qf c6243dd81c98350df4dec608fa972df98fa2a3af 2> $null
}
test_script: