Parcourir la source

Delete appveyor.yml

dygapp il y a 6 ans
Parent
commit
d9a3d23c50
1 fichiers modifiés avec 0 ajouts et 14 suppressions
  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