We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66d952 commit 0e7f11eCopy full SHA for 0e7f11e
.appveyor.yml
@@ -1,21 +1,21 @@
1
-environment:
2
- matrix:
3
- - nodejs_version: "6"
+# environment:
+# matrix:
+# - nodejs_version: "6"
4
5
-matrix:
6
- fast_finish: true
+# fast_finish: true
7
8
-install:
9
- - ps: Install-Product node $env:nodejs_version
10
- - npm install -g npm@~5.3.0
11
- - npm install
+# install:
+# - ps: Install-Product node $env:nodejs_version
+# - npm install -g npm@~5.3.0
+# - npm install
12
13
-test_script:
14
- - node --version
15
- - npm --version
16
- - node tests\run_e2e.js --appveyor
+# test_script:
+# - node --version
+# - npm --version
+# - node tests\run_e2e.js --appveyor
17
18
-build: off
+# build: off
19
20
-cache:
21
- - node_modules -> package-lock.json
+# cache:
+# - node_modules -> package-lock.json
0 commit comments