From f1f6e6c116793b2fbcac51534477f69528fc1c94 Mon Sep 17 00:00:00 2001 From: antony Date: Fri, 25 Jan 2019 18:02:36 +0100 Subject: [PATCH] update --- .travis.yml | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index aab99b6..5ca67f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/build.sh b/build.sh index 0eab026..53f89b1 100755 --- a/build.sh +++ b/build.sh @@ -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