From 21ea030f5a06672699f01f159a096886b5f52093 Mon Sep 17 00:00:00 2001 From: Mikunj Date: Tue, 30 Apr 2019 13:57:35 +1000 Subject: [PATCH] Removed testing windows release on AppVeyor --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e5ea06a79..6b3167e51 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,8 +19,6 @@ build_script: test_script: - node build\grunt.js test - - set NODE_ENV=production - - node build\grunt.js test-release:win environment: SIGNAL_ENV: production