Files
jibo-cli/node_modules/fs-plus/appveyor.yml

17 lines
229 B
YAML
Raw Normal View History

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