Skip to content

Commit

Permalink
[publish] Don't publish as draft.
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-one committed Mar 17, 2017
1 parent 175a8ca commit d308961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ script:
after_success:
- npm run coveralls
- COMMIT_MESSAGE=$(git show -s --format=%B $TRAVIS_COMMIT | tr -d '\n')
- if [[ ${COMMIT_MESSAGE} =~ "[publish]" ]]; then $(npm bin)/node-pre-gyp package && $(npm bin)/node-pre-gyp-github publish; fi;
- if [[ ${COMMIT_MESSAGE} =~ "[publish]" ]]; then $(npm bin)/node-pre-gyp package && $(npm bin)/node-pre-gyp-github publish -r; fi;

0 comments on commit d308961

Please sign in to comment.