Commit 27c8a852 by xzyfer

Don't run tests when building a release

This slows down the release builds and in the worst case scenario
causes a single job failing meaning we need to rerun the entire build.

Problems with tests will have been caught we'll before we start
building release binaries.
parent 60270121
......@@ -51,9 +51,7 @@
- git submodule update --init --recursive
- npm install --msvs_version=2013
test_script:
- ps: set-location -path c:\projects\node_modules\node-sass
- npm test
test: off
before_deploy:
# 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