diff --git a/appveyor.yml b/appveyor.yml index 41f669a..e5b6447 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,9 +43,11 @@ install: - set "PATH=c:/Program Files/libtorrent/;%PATH%" - cd %APPVEYOR_BUILD_FOLDER% - - del /Q/S %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent\build\ - npm install + - del /Q/S %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent\build\libtorrent.sln + - del /Q/S %APPVEYOR_BUILD_FOLDER%\bindings\build\kawabinds.sln + test_script: - node --version - npm --version