Skip to content

Commit

Permalink
Merge pull request #168 from buttercup-pw/appveyor
Browse files Browse the repository at this point in the history
Appveyor Support
  • Loading branch information
sallar authored Mar 9, 2017
2 parents 0fee50e + 6c1fbb7 commit 6dcfaf8
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
build: off

os: unstable

platform:
- x64

branches:
only:
- master

skip_tags: true

environment:
nodejs_version: "7"

cache:
- node_modules -> package.json

install:
- ps: Install-Product node $env:nodejs_version
- npm install
- npm run build

test_script:
- node --version
- npm test

0 comments on commit 6dcfaf8

Please sign in to comment.