Searched refs:TRAVIS_PULL_REQUEST (Results 1 - 9 of 9) sorted by relevance

/external/robolectric-shadows/scripts/
H A Ddeploy-snapshot.sh8 echo "Pull request: '${TRAVIS_PULL_REQUEST}' on branch '${TRAVIS_BRANCH}' with JDK '${TRAVIS_JDK_VERSION}'"
9 if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ] && [ "${TRAVIS_JDK_VERSION}" = "oraclejdk8" ]; then
/external/testng/
H A Dtravis.sh3 if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
6 -Dsonar.github.pullRequest=$TRAVIS_PULL_REQUEST \
/external/volley/
H A Dpublish-snapshot-on-commit.sh4 [ "$TRAVIS_PULL_REQUEST" == "false" ] && \
/external/dagger2/util/
H A Dpublish-snapshot-on-commit.sh5 [ "$TRAVIS_PULL_REQUEST" == "false" ] && \
H A Dgenerate-latest-docs.sh5 [ "$TRAVIS_PULL_REQUEST" == "false" ] && \
/external/okhttp/.buildscript/
H A Ddeploy_snapshot.sh18 elif [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
/external/guice/util/
H A Dpublish-snapshot-on-commit.sh6 [ "$TRAVIS_PULL_REQUEST" == "false" ] && \
H A Dgenerate-latest-docs.sh6 [ "$TRAVIS_PULL_REQUEST" == "false" ] && \
/external/jacoco/
H A D.travis.sh78 if [[ ${TRAVIS_PULL_REQUEST} == 'false' && ${TRAVIS_BRANCH} == 'master' ]]

Completed in 301 milliseconds