Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add appveyor
  • Loading branch information
Dane Springmeyer committed Jul 25, 2014
1 parent 20f22d5 commit e0446cb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
@@ -1,6 +1,7 @@
# millstone

[![Build Status](https://secure.travis-ci.org/mapbox/millstone.png?branch=master)](http://travis-ci.org/mapbox/millstone)
[![Build status](https://ci.appveyor.com/api/projects/status/jtktmdac2g60h1rj)](https://ci.appveyor.com/project/Mapbox/millstone)
[![Dependencies](https://david-dm.org/mapbox/millstone.png)](https://david-dm.org/mapbox/millstone)

As of [carto 0.2.0](https://github.com/mapbox/carto), the Carto module expects
Expand Down
15 changes: 15 additions & 0 deletions appveyor.yml
@@ -0,0 +1,15 @@
environment:
matrix:
- nodejs_version: 0.8
- nodejs_version: 0.10

platform:
- x86

install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- node --version
- npm --version
- cmd: SET PATH=c:\python27;%PATH%
- npm install
- npm test

0 comments on commit e0446cb

Please sign in to comment.