support for v0 branch build

This commit is contained in:
Peli de Halleux 2017-02-28 07:07:11 -08:00
parent 2325ffcd76
commit b7c8709424

View File

@ -27,7 +27,7 @@ if [ "$1" == "false" ]; then
echo Setting TRAVIS_PULL_REQUEST to false echo Setting TRAVIS_PULL_REQUEST to false
export TRAVIS_PULL_REQUEST=false export TRAVIS_PULL_REQUEST=false
if [ $TRAVIS_BRANCH == "master" ]; then if [ $TRAVIS_BRANCH == "master" || $TRAVIS_BRANCH == "v0" ]; then
if [[ -z $PXT_RELEASE_REPO ]]; then if [[ -z $PXT_RELEASE_REPO ]]; then
echo Cannot find release repo; skipping tag checks echo Cannot find release repo; skipping tag checks
else else