diff --git a/appveyor.yml b/appveyor.yml index 895f5c8..f24c625 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,9 @@ image: Visual Studio 2015 environment: - nodejs_version: "8" + matrix: + - nodejs_version: "8" + - nodejs_version: "10" platform: - x86 @@ -20,4 +22,4 @@ build: off branches: only: - - master \ No newline at end of file + - master