use sqlite3@3.0.0 and drop node v0.8.x support
This commit is contained in:
+3
-3
@@ -1,15 +1,15 @@
|
||||
environment:
|
||||
matrix:
|
||||
- nodejs_version: 0.8
|
||||
- nodejs_version: 0.10
|
||||
- nodejs_version: 0.11
|
||||
|
||||
platform:
|
||||
- x86
|
||||
- x64
|
||||
|
||||
install:
|
||||
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
|
||||
- ps: Install-Product node $env:nodejs_version $env:Platform
|
||||
- node --version
|
||||
- npm --version
|
||||
- cmd: SET PATH=c:\python27;%PATH%
|
||||
- npm install
|
||||
- npm test
|
||||
Reference in New Issue
Block a user