From 9017e662f2644f433f1270f765bcb1ff555b6061 Mon Sep 17 00:00:00 2001 From: Richard Schneider Date: Fri, 10 Nov 2017 21:53:39 +1300 Subject: [PATCH] chore: test appveyor (#168) --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index de3e3780..b3d47701 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,11 +11,11 @@ platform: install: - ps: Install-Product node $env:nodejs_version $env:platform + - node --version + - npm --version - npm install test_script: - - node --version - - npm --version - npm test build: off