Skip to content

Commit

Permalink
Synchronise Node.js versions in Appveyor Windows CI with Travis (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell authored Jul 21, 2020
1 parent 61c9846 commit 6148fb4
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,13 @@
environment:
# https://github.com/jasongin/nvs/blob/master/doc/CI.md
NVS_VERSION: 1.4.2
fast_finish: true
matrix:
- NODEJS_VERSION: node/4
- NODEJS_VERSION: node/6
- NODEJS_VERSION: node/8
- NODEJS_VERSION: node/9
- NODEJS_VERSION: node/10
- NODEJS_VERSION: chakracore/8
- NODEJS_VERSION: chakracore/10
- NODEJS_VERSION: node/12
- NODEJS_VERSION: node/14
- NODEJS_VERSION: nightly
- NODEJS_VERSION: chakracore-nightly

matrix:
fast_finish: true
allow_failures:
- NODEJS_VERSION: nightly
- NODEJS_VERSION: chakracore-nightly

os: Visual Studio 2017
platform:
- x86
- x64
Expand Down

0 comments on commit 6148fb4

Please sign in to comment.