diff --git a/README.md b/README.md index a3ce42a82..28cd3fa51 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Gekko [![Build Status](https://travis-ci.org/askmike/gekko.png)](https://travis-ci.org/askmike/gekko) +# Gekko [![Build Status](https://travis-ci.org/askmike/gekko.png)](https://travis-ci.org/askmike/gekko) [![Build status](https://ci.appveyor.com/api/projects/status/github/askmike/gekko?branch=stable&svg=true)](https://ci.appveyor.com/project/askmike/gekko) ![Gordon Gekko](http://mikevanrossum.nl/static/gekko.jpg) diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..ddb5521a9 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,15 @@ +init: + - git config --global core.autocrlf input + +environment: + nodejs_version: "6" + +install: + - ps: Install-Product node $env:nodejs_version + - npm install +test_script: + - node --version + - npm --version + - cmd: npm test + +build: off \ No newline at end of file