Skip to content

Commit

Permalink
ci: add appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 5, 2018
1 parent 4e6024b commit b436f8e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b436f8e

Please sign in to comment.