version: "{build}" os: Windows Server 2012 R2 install: - choco install atom -y - cd %APPVEYOR_BUILD_FOLDER% - npm install build_script: - cd %APPVEYOR_BUILD_FOLDER% - npm test test: off deploy: off