Add appveyor/travis
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
Utilities and [tilelive][1] integration for the [MBTiles][2] format.
|
||||
|
||||
[](https://travis-ci.org/mapbox/node-mbtiles)
|
||||
[](https://ci.appveyor.com/project/Mapbox/node-mbtiles)
|
||||
|
||||
### Installation
|
||||
|
||||
|
||||
15
appveyor.yml
Normal file
15
appveyor.yml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user