From aee2e0e425cd8f8a3772f1e1787cee662bd7684a Mon Sep 17 00:00:00 2001 From: Ryan Clark Date: Thu, 5 Feb 2015 12:09:59 -0700 Subject: [PATCH] disable appveyor --- appveyor.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8951f20..21068cd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,27 +14,27 @@ environment: shallow_clone: true install: - # find and remove default node.exe to avoid conflicts - - node -e "console.log(process.execPath)" > node_path.txt - - SET /p NODE_EXE_PATH= node_path.txt + # - SET /p NODE_EXE_PATH=