Update node to v8 on appveyor and add fast_finish (#2059)

By default AppVeyor runs all build jobs. If at least one job has failed the entire build is marked as failed.
This commit is contained in:
Benjamin Staneck 2017-08-09 04:37:48 +02:00 committed by Philippe Potvin
parent e175df780a
commit 1a61359996

View file

@ -12,12 +12,15 @@ init:
- yarn config set msvs_version 2015 # we need this to build `pty.js`
install:
- ps: Install-Product node 6 x64
- ps: Install-Product node 8 x64
- set CI=true
- yarn
build: off
matrix:
fast_finish: true
shallow_clone: true
test_script: