Commit 2ac7abcb by Dane Springmeyer

fix typo [skip ci]

parent 8051606c
...@@ -75,7 +75,7 @@ install: ...@@ -75,7 +75,7 @@ install:
- node -e "console.log(process.execPath)" > node_path.txt - node -e "console.log(process.execPath)" > node_path.txt
- SET /p NODE_EXE_PATH=<node_path.txt - SET /p NODE_EXE_PATH=<node_path.txt
- del node_path.txt - del node_path.txt
# should display MSVCP140.dll if build with visual studio 2014 and /MD # should display MSVCP140.dll if built with visual studio 2014 and /MD
- dumpbin /DEPENDENTS "%NODE_EXE_PATH%" || true - dumpbin /DEPENDENTS "%NODE_EXE_PATH%" || true
- dumpbin /DEPENDENTS "%MODULE%" || true - dumpbin /DEPENDENTS "%MODULE%" || true
- npm test || true - npm test || true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment