Commit 7c6ee134 by Michael Mifsud Committed by GitHub

Merge pull request #1520 from xzyfer/feat/appveyor-release-test

Don't run tests when building a Windows release
parents 71d5d314 27c8a852
...@@ -51,9 +51,7 @@ ...@@ -51,9 +51,7 @@
- git submodule update --init --recursive - git submodule update --init --recursive
- npm install --msvs_version=2013 - npm install --msvs_version=2013
test_script: test: off
- ps: set-location -path c:\projects\node_modules\node-sass
- npm test
before_deploy: before_deploy:
# Save artifacts with full qualified names of binding.node and binding.pdb # Save artifacts with full qualified names of binding.node and binding.pdb
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment