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
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
matrix:
- export NODE_VERSION="4" TARGET_ARCH="x64"
- export NODE_VERSION="6.5" TARGET_ARCH="x64"
- export NODE_VERSION="7.4" TARGET_ARCH="x64"

matrix:
fast_finish: true

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For 32-bit, it needs to be added to the matrix below as well.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay cool, I also updated appveyor locally.

Expand All @@ -25,6 +26,9 @@ matrix:
- os: linux
env: export NODE_VERSION="6.5" TARGET_ARCH="ia32"
sudo: required
- os: linux
env: export NODE_VERSION="7.4" TARGET_ARCH="ia32"
sudo: required

git:
depth: 1
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ environment:
# Node.js
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "7"

matrix:
fast_finish: true
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"fs-extra": "~0.26.2",
"lodash": "^4.13.1",
"nan": "^2.2.0",
"node-gyp": "^3.3.1",
"node-pre-gyp": "~0.6.15",
"node-gyp": "^3.5.0",
"node-pre-gyp": "~0.6.32",
"promisify-node": "~0.3.0"
},
"devDependencies": {
Expand Down