Skip to content

Commit 0e7f11e

Browse files
committed
debug
1 parent a66d952 commit 0e7f11e

File tree

5 files changed

+309
-308
lines changed

5 files changed

+309
-308
lines changed

.appveyor.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
environment:
2-
matrix:
3-
- nodejs_version: "6"
1+
# environment:
2+
# matrix:
3+
# - nodejs_version: "6"
44

5-
matrix:
6-
fast_finish: true
5+
# matrix:
6+
# fast_finish: true
77

8-
install:
9-
- ps: Install-Product node $env:nodejs_version
10-
- npm install -g npm@~5.3.0
11-
- npm install
8+
# install:
9+
# - ps: Install-Product node $env:nodejs_version
10+
# - npm install -g npm@~5.3.0
11+
# - npm install
1212

13-
test_script:
14-
- node --version
15-
- npm --version
16-
- node tests\run_e2e.js --appveyor
13+
# test_script:
14+
# - node --version
15+
# - npm --version
16+
# - node tests\run_e2e.js --appveyor
1717

18-
build: off
18+
# build: off
1919

20-
cache:
21-
- node_modules -> package-lock.json
20+
# cache:
21+
# - node_modules -> package-lock.json

0 commit comments

Comments
 (0)