ci: add appveyor config

This commit is contained in:
Evan You
2018-01-05 17:48:12 -05:00
parent 4e6024b2d6
commit b436f8e669
+16
View File
@@ -0,0 +1,16 @@
environment:
- nodejs_version: "8"
install:
- ps: Install-Product node $env:nodejs_version
- yarn
test_script:
- node --version
- yarn --version
- yarn test
cache:
- node_modules -> yarn.lock
build: off