Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Commit

Permalink
chore(build): add appveyor (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden authored and Kent C. Dodds committed Mar 5, 2017
1 parent cdffc6e commit 80b382e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
environment:
matrix:
- node_version: "6"

branches:
only:
- master

install:
- ps: Install-Product node $env:node_version
- yarn

test_script:
- node --version
- npm test

cache:
- node_modules
- "%LOCALAPPDATA%/Yarn"

build: off

0 comments on commit 80b382e

Please sign in to comment.