diff --git a/README.md b/README.md index 8b53f7a..bfb0202 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Utilities and [tilelive][1] integration for the [MBTiles][2] format. +[![Build Status](https://travis-ci.org/mapbox/node-mbtiles.svg?branch=master)](https://travis-ci.org/mapbox/node-mbtiles) +[![Build status](https://ci.appveyor.com/api/projects/status/04wbok5rs3eroffe)](https://ci.appveyor.com/project/Mapbox/node-mbtiles) ### Installation diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..8ea6856 --- /dev/null +++ b/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 \ No newline at end of file