Skip to content

Commit 26f1380

Browse files
author
Dane Springmeyer
committed
fix appveyor / test on node v8 on travis
1 parent 9be0bde commit 26f1380

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ env:
2222
- NODE_VERSION="5"
2323
- NODE_VERSION="6"
2424
- NODE_VERSION="7"
25+
- NODE_VERSION="8"
2526

2627
before_install:
2728
- if [[ $(uname -s) == 'Linux' ]]; then

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ install:
2828
# for node v6 this dodges npm 3.10.10 bug whereby --nodedir/--dist-url is not passed to node-gyp (https://github.com/mapbox/node-pre-gyp/issues/300)
2929
# for all node x86 versions this dodges a mysterious ELIFECYCLE error: https://ci.appveyor.com/project/Mapbox/node-pre-gyp/build/1.0.582/job/b8q2nud6vkj0s6qo#L233
3030
# for node v8 this dodges https://github.com/mapbox/node-pre-gyp/issues/302
31-
- npm install npm@2.x -g - node --version
31+
- npm install npm@2.x -g
32+
- node --version
3233
- npm --version
3334
- node -e "console.log(process.arch);"
3435
- IF /I "%PLATFORM%" == "x64" set PATH=C:\Python27-x64;%PATH%

0 commit comments

Comments
 (0)