diff options
author | Daniel Hahler <git@thequod.de> | 2019-06-13 17:16:51 +0200 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2019-06-17 02:00:58 +0200 |
commit | 755e94801f39faec9e19db86414231d821a77736 (patch) | |
tree | a51c74d5f2c353655b2eb7aef8b132f339872b71 | |
parent | 3dab5f625ff5f3d9cb0b58ff7954003a822b0fdb (diff) | |
download | rneovim-755e94801f39faec9e19db86414231d821a77736.tar.gz rneovim-755e94801f39faec9e19db86414231d821a77736.tar.bz2 rneovim-755e94801f39faec9e19db86414231d821a77736.zip |
ci: AppVeyor: use fast_finish=true
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 11ff5daa01..f3b4175d52 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,6 +20,8 @@ init: } # RDP #- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +matrix: + fast_finish: true install: [] before_build: - ps: Install-Product node 8 |