diff options
-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 |