File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
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
You can’t perform that action at this time.
0 commit comments