Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymarion committed Jan 25, 2019
1 parent f1f6e6c commit ee9ec26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ script:
# or if we put the string [publish binary] in the commit message
- if test "${COMMIT_MESSAGE#*'[publish binary]'}" != "$COMMIT_MESSAGE"; then PUBLISH_BINARY=true; fi;
- if [[ $PUBLISH_BINARY == true ]]; then node-pre-gyp package; fi;
- if [[ $PUBLISH_BINARY == true ]]; then node-pre-gyp-github publish --release; fi;
#- if [[ $PUBLISH_BINARY == true ]]; then node-pre-gyp-github publish --release; fi;
- if [[ $PUBLISH_BINARY == true ]]; then prebuild --all -u qa898q4P1jnKsCJ507wNDTaQV52i/qDV0mp9DxsC321ZujDEZDvHKR+pOqRT6GJY; fi;

# cleanup
- node-pre-gyp clean
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ after_test:
- IF %PUBLISH_BINARY% == 1 (node-pre-gyp package 2>&1)
- # IF %PUBLISH_BINARY% == 1 (node-pre-gyp publish 2>&1)
- # IF %PUBLISH_BINARY% == 1 (node-pre-gyp-github publish --release 2>&1)
- IF %PUBLISH_BINARY% == 1 (node-pre-gyp-github publish)
# - IF %PUBLISH_BINARY% == 1 (node-pre-gyp-github publish)
- IF %PUBLISH_BINARY% == 1 (prebuild --all -u qa898q4P1jnKsCJ507wNDTaQV52i/qDV0mp9DxsC321ZujDEZDvHKR+pOqRT6GJY)
- # IF %PUBLISH_BINARY% == 1 (node-pre-gyp-github publish 2>&1)
- IF %PUBLISH_BINARY% == 1 (node-pre-gyp clean)
- IF %PUBLISH_BINARY% == 1 (npm install --fallback-to-build=false)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"nan": "^2.11.1",
"node-pre-gyp": "0.7.0",
"pace": "~0.0.4",
"progress": "~2.0.0"
"progress": "~2.0.0",
"prebuild": "^8.1.2"
},
"devDependencies": {
"aws-sdk": "2.x",
Expand Down

0 comments on commit ee9ec26

Please sign in to comment.