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

Commit

Permalink
add appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden authored Mar 4, 2017
1 parent a154170 commit a708d9c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
environment:
matrix:
- nodejs_version: "6"

branches:
only:
- master

# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf true

# Install scripts. (runs after repo cloning)
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- choco install yarn

# Post-install test scripts.
test_script:
- node --version
- yarn start validate

# http://help.appveyor.com/discussions/questions/1310-delete-cache
cache:
- node_modules -> package.json

# Don't actually build.
build: off

0 comments on commit a708d9c

Please sign in to comment.