Browse Source

Delete appveyor.yml

dygapp 6 years ago
parent
commit
0e154c2e2d
1 changed files with 0 additions and 14 deletions
  1. 0 14
      appveyor.yml

+ 0 - 14
appveyor.yml

@@ -1,14 +0,0 @@
-environment:
-  matrix:
-    - nodejs_version: '8'
-
-install:
-  - ps: Install-Product node $env:nodejs_version
-  - npm i npminstall && node_modules\.bin\npminstall
-
-test_script:
-  - node --version
-  - npm --version
-  - npm run test
-
-build: off