From cb2ef070f7c1d0d77fd4037f18468725a7124a4d Mon Sep 17 00:00:00 2001 From: "Zhuohuan LI (CARPE DIEM)" Date: Mon, 14 Nov 2016 08:00:45 +0000 Subject: [PATCH] use nul in windows --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index eb7eeaa0..143e5f81 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ install: # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version # install modules - - npm --progress=false install > t.log 2>&1 && del t.log + - npm --progress=false install > nul 2>&1 # Post-install test scripts. test_script: -- GitLab