commit 42afe31244af2bbc4f530af79db5fe716796a6ee parent 31c327c5e225de1314e65d131b921905f12b6eec Author: Marcel <MTRNord@users.noreply.github.com> Date: Sat, 17 Sep 2016 13:35:15 +0200 Delete appveyor.yml Diffstat:
| D | appveyor.yml | | | 21 | --------------------- |
1 file changed, 0 insertions(+), 21 deletions(-)
diff --git a/appveyor.yml b/appveyor.yml @@ -1,21 +0,0 @@ -# Test against this version of Node.js -environment: - nodejs_version: "6.6.0" - -# Install scripts. (runs after repo cloning) -install: - # Get the latest stable version of Node.js or io.js - - ps: Install-Product node $env:nodejs_version - # install modules - - npm install - -# Post-install test scripts. -test_script: - # Output useful info for debugging. - - node --version - - npm --version - # run tests - - npm test - -# Don't actually build. -build: off