Skip to content

Commit f5e3921

Browse files
author
Gustav Hansen
committed
Add node package [publish binary]
1 parent 913bffa commit f5e3921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ before_install:
2424
install:
2525
- npm install
2626
- COMMIT_MESSAGE=$(git log --format=%B --no-merges -n 1 | tr -d '\n')
27-
- if [[ ${COMMIT_MESSAGE} =~ "[publish binary]" ]]; then node-pre-gyp-github publish; fi;
27+
- if [[ ${COMMIT_MESSAGE} =~ "[publish binary]" ]]; then node-pre-gyp package && node-pre-gyp-github publish; fi;

0 commit comments

Comments
 (0)