Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymarion committed Jan 25, 2019
1 parent 8daae87 commit f1f6e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ script:
# if publishing, do it
# Figure out if we should publish
- PUBLISH_BINARY=false
- PUBLISH_BINARY=true
# If we are building a tag then we need to publish a new binary package
- if [[ $TRAVIS_BRANCH == `git describe --tags --always HEAD` ]]; then PUBLISH_BINARY=true; fi;
# or if we put the string [publish binary] in the commit message
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ echo "NPM VERSION = `npm --version`"


# figure out if we should publish
PUBLISH_BINARY=false
PUBLISH_BINARY=true

# if we are building a tag then publish
echo $TRAVIS_BRANCH
Expand Down

0 comments on commit f1f6e6c

Please sign in to comment.