diff --git a/.travis/base.sh b/.travis/base.sh index 284b2260e..0b0d9e671 100755 --- a/.travis/base.sh +++ b/.travis/base.sh @@ -37,7 +37,7 @@ if [ ! -f ${DIR}/build.cfg ]; then echo "ABORT_BUILD=false" > ${DIR}/build.cfg echo "ABORT_CODE=0" >> ${DIR}/build.cfg ## determine the build type here - if [ -z "${TRAVIS_TAG}" ]; then + if [ -z "${TRAVIS_TAG}" ] || [ "${TRAVIS_BRANCH}" != "master" ]; then BUILD_RELEASE="unstable" BUILD_FOCUS="latest" else