Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,22 @@ sudo: false

env:
matrix:
- export NODE_VERSION="8.3.0" TARGET_ARCH="x64"
- export NODE_VERSION="7.4" TARGET_ARCH="x64"
- export NODE_VERSION="6.5" TARGET_ARCH="x64"
- export NODE_VERSION="9.6" TARGET_ARCH="x64"
- export NODE_VERSION="8.9" TARGET_ARCH="x64"
- export NODE_VERSION="7.10" TARGET_ARCH="x64"
- export NODE_VERSION="6.13" TARGET_ARCH="x64"

matrix:
fast_finish: true
include:
- os: linux
env: export NODE_VERSION="8.3.0" TARGET_ARCH="ia32"
env: export NODE_VERSION="9.6" TARGET_ARCH="ia32"
- os: linux
env: export NODE_VERSION="7.4" TARGET_ARCH="ia32"
env: export NODE_VERSION="8.9" TARGET_ARCH="ia32"
- os: linux
env: export NODE_VERSION="6.5" TARGET_ARCH="ia32"
env: export NODE_VERSION="7.10" TARGET_ARCH="ia32"
- os: linux
env: export NODE_VERSION="6.13" TARGET_ARCH="ia32"

git:
depth: 1
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml

os: Windows Server 2012 R2
image: Visual Studio 2015

platform:
Expand All @@ -24,10 +23,11 @@ init:
environment:
JOBS: 4
GIT_SSH: c:\projects\nodegit\vendor\plink.exe
GYP_MSVS_VERSION: 2013
GYP_MSVS_VERSION: 2015
matrix:
# Node.js
- nodejs_version: "8.3.0"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "7"
- nodejs_version: "6"

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"node": ">= 4"
},
"dependencies": {
"fs-extra": "~0.26.2",
"fs-extra": "~0.27.0",
"lodash": "^4.13.1",
"nan": "^2.2.0",
"node-gyp": "^3.5.0",
"node-pre-gyp": "~0.6.32",
"nan": "^2.9.2",
"node-gyp": "^3.6.2",
"node-pre-gyp": "~0.6.39",
"promisify-node": "~0.3.0"
},
"devDependencies": {
Expand Down