Skip to content

Commit

Permalink
moved publish to end of travis script. version bump. [publish binary]
Browse files Browse the repository at this point in the history
  • Loading branch information
codeplea authored and sanduninduwara committed Apr 30, 2023
1 parent 11c748e commit 852d689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ before_install:

install:
- npm install --build-from-source
- COMMIT_MESSAGE=$(git log --format=%B --no-merges -n 1 | tr -d '\n')
- echo $(COMMIT_MESSAGE)
- if [[ ${COMMIT_MESSAGE} =~ "[publish binary]" ]]; then node-pre-gyp package unpublish publish info; fi;

script:
- node --version
- npm --version
- npm test
- node example.js
- COMMIT_MESSAGE=$(git log --format=%B --no-merges -n 1 | tr -d '\n')
- if [[ ${COMMIT_MESSAGE} =~ "[publish binary]" ]]; then node-pre-gyp package unpublish publish info; fi;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Lewis Van Winkle",
"name": "tulind",
"version": "0.8.17",
"version": "0.8.18",
"description": "Tulip Indicators Wrapper Providing Over 100 Technical Analysis Functions",
"main": "index.js",
"gypfile": true,
Expand Down

0 comments on commit 852d689

Please sign in to comment.