stop releasing every commit

pull/81/head
JP Smith 6 years ago
parent 5316b02f87
commit 007e368535
  1. 2
      .travis/attach-binary.sh

@ -1,7 +1,7 @@
#!/bin/sh
set -o errexit -o verbose
if test ! "$BUILD_BINARY" || test ! "$TRAVIS_TAG"
if test ! "$BUILD_BINARY" || test ! "$TRAVIS_TAG" || ! "$TRAVIS_BRANCH" = "master"
then
echo 'This is not a release build.'
elif test ! "$GITHUB_TOKEN"

Loading…
Cancel
Save