Searched refs:TRAVIS_BRANCH (Results 1 – 11 of 11) sorted by relevance
20 elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then21 echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'."
5 [ "$TRAVIS_BRANCH" == "master" ]; then
6 [ "$TRAVIS_BRANCH" == "master" ]; then
7 if test x"$TRAVIS_BRANCH" != x"master"; then exit; fi
8 BRANCH="$TRAVIS_BRANCH"
7 [ "$TRAVIS_BRANCH" == "master" ]; then
23 if [[ "${TRAVIS_BRANCH}" == "master" ]] && \
78 if [[ ${TRAVIS_PULL_REQUEST} == 'false' && ${TRAVIS_BRANCH} == 'master' ]]