diff --git a/.travis.yml b/.travis.yml index df77f56..2de2090 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,4 @@ before_install: install: - npm install - COMMIT_MESSAGE=$(git log --format=%B --no-merges -n 1 | tr -d '\n') - - if [[ ${COMMIT_MESSAGE} =~ "[publish binary]" ]]; then node-pre-gyp-github publish; fi; + - if [[ ${COMMIT_MESSAGE} =~ "[publish binary]" ]]; then node-pre-gyp package && node-pre-gyp-github publish; fi;