some test env

This commit is contained in:
Alexey Kasyanchuk
2018-01-31 19:21:56 +03:00
parent 22902405f9
commit cb39438b26
3 changed files with 59 additions and 1 deletions

17
.appveyor.yml Normal file
View File

@ -0,0 +1,17 @@
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