Set absolute path

This commit is contained in:
Kylart 2019-11-06 16:09:17 +01:00
parent 1424d084b7
commit f651bbc3bd
1 changed files with 2 additions and 2 deletions

View File

@ -44,12 +44,12 @@ install:
- cd %APPVEYOR_BUILD_FOLDER%
- npm install
- dir bindings/build
- dir %APPVEYOR_BUILD_FOLDER%\bindings\build
build: off
test_script:
- node bindings/example.js
- node %APPVEYOR_BUILD_FOLDER%\bindings/example.js
- node --version
- npm --version
- npm run lint