Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Update appveyor.yml to build for Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil committed Aug 10, 2018
1 parent 4392609 commit 3496b92
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
@@ -1,7 +1,9 @@
image: Visual Studio 2015

environment:
nodejs_version: "8"
matrix:
- nodejs_version: "8"
- nodejs_version: "10"

platform:
- x86
Expand All @@ -20,4 +22,4 @@ build: off

branches:
only:
- master
- master

0 comments on commit 3496b92

Please sign in to comment.