File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ node_js:
13
13
- " 6"
14
14
- " 7"
15
15
- " 8"
16
+ - " 9"
16
17
17
18
addons :
18
19
apt :
@@ -34,4 +35,4 @@ script: npm test
34
35
35
36
after_success :
36
37
- REGEX='^v(0|[1-9]+)\.(0|[1-9]+)\.(0|[1-9]+)$'
37
- - if [[ $TRAVIS_TAG =~ $REGEX ]] || [[ $TRAVIS_COMMIT_MESSAGE == *"publish binary"* ]]; then echo "Publishing"; npm install node-pre-gyp-github; ./node_modules/.bin/node-pre-gyp configure; ./node_modules/.bin/node-pre-gyp build; ./node_modules/.bin/node-pre-gyp package; ./node_modules/.bin/node-pre-gyp-github publish --release; fi;
38
+ - if [[ $TRAVIS_TAG =~ $REGEX ]] || [[ $TRAVIS_COMMIT_MESSAGE == *"publish binary"* ]]; then echo "Publishing"; npm install node-pre-gyp-github; ./node_modules/.bin/node-pre-gyp configure; ./node_modules/.bin/node-pre-gyp build; ./node_modules/.bin/node-pre-gyp package; ./node_modules/.bin/node-pre-gyp-github publish --release; fi;
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ environment:
20
20
platform : x64
21
21
- nodejs_version : " 8"
22
22
platform : x86
23
+ - nodejs_version : " 9"
24
+ platform : x64
25
+ - nodejs_version : " 9"
26
+ platform : x86
23
27
24
28
install :
25
29
- where npm
Original file line number Diff line number Diff line change 29
29
"install" : " node-pre-gyp install --fallback-to-build"
30
30
},
31
31
"dependencies" : {
32
- "nan" : " 2.6.2 " ,
33
- "node-pre-gyp" : " 0.6.36 "
32
+ "nan" : " 2.8.0 " ,
33
+ "node-pre-gyp" : " 0.6.39 "
34
34
},
35
35
"devDependencies" : {
36
36
"nodeunit" : " ~0.9.1"
You can’t perform that action at this time.
0 commit comments