Skip to content

Commit

Permalink
chore: rename appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Jun 29, 2017
1 parent 84e3032 commit d659615
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:
matrix:
- nodejs_version: ""
- nodejs_version: "7"
- nodejs_version: "6"
platform:
- x64
- x86
cache:
- "%LOCALAPPDATA%\\Yarn"
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- yarn upgrade
test_script:
- yarn test
build: off

0 comments on commit d659615

Please sign in to comment.