diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml index 756c7fea2e..01ca16f930 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,9 +22,6 @@ init: #- 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 build_script: - powershell ci\build.ps1 after_build: @@ -40,6 +37,3 @@ cache: artifacts: - path: build/Neovim.zip - path: build/bin/nvim.exe -branches: - only: - - master |