use sqlite3@3.0.0 and drop node v0.8.x support
This commit is contained in:
+1
-1
@@ -1,8 +1,8 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
|
- "0.11"
|
||||||
- "0.10"
|
- "0.10"
|
||||||
- "0.8"
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- true
|
- true
|
||||||
|
|||||||
+3
-3
@@ -1,15 +1,15 @@
|
|||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- nodejs_version: 0.8
|
|
||||||
- nodejs_version: 0.10
|
- nodejs_version: 0.10
|
||||||
|
- nodejs_version: 0.11
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
- x86
|
- x86
|
||||||
|
- x64
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
|
- ps: Install-Product node $env:nodejs_version $env:Platform
|
||||||
- node --version
|
- node --version
|
||||||
- npm --version
|
- npm --version
|
||||||
- cmd: SET PATH=c:\python27;%PATH%
|
|
||||||
- npm install
|
- npm install
|
||||||
- npm test
|
- npm test
|
||||||
+2
-2
@@ -24,14 +24,14 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tiletype": "0.1.x",
|
"tiletype": "0.1.x",
|
||||||
"sqlite3": "~2.2.0",
|
"sqlite3": "~3.0.0",
|
||||||
"sphericalmercator": "~1.0.1"
|
"sphericalmercator": "~1.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "~1.8.2"
|
"mocha": "~1.8.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.6.0"
|
"node": ">= 0.10.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha"
|
"test": "mocha"
|
||||||
|
|||||||
Reference in New Issue
Block a user