Skip to content

Commit 9f17cea

Browse files
committed
Debug CI
1 parent 5eaffc6 commit 9f17cea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ environment:
44

55
# Install scripts. (runs after repo cloning)
66
install:
7+
# Debug
8+
- ps: cl.exe
79
# Get the latest stable version of Node.js or io.js
810
- ps: Install-Product node $env:nodejs_version
9-
# install modules
11+
# Install modules
1012
- npm install -g lix
1113
- lix download
1214

0 commit comments

Comments
 (0)