rats-search/.appveyor.yml
Alexey Kasyanchuk cb39438b26 some test env
2018-01-31 19:21:56 +03:00

18 lines
212 B
YAML

image: Visual Studio 2017
platform:
- x64
cache:
- node_modules -> package.json
- '%USERPROFILE%\.electron'
install:
- ps: Install-Product node 8 x64
- yarn
build_script:
- yarn test
test: false