Skip to content

Commit

Permalink
Add node package [publish binary]
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav Hansen committed May 17, 2019
1 parent 913bffa commit f5e3921
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 @@ -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;

0 comments on commit f5e3921

Please sign in to comment.