Skip to content

Commit d425ab4

Browse files
committed
ci: Remove travis related code
1 parent 7c70c5f commit d425ab4

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

.ci/run-container-ci

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ if [ -z "${WORKSPACE_DIR}" ]; then
4141
fi
4242

4343
TARGET_BRANCH="${2:-master}"
44-
if [ "${TRAVIS}" == "true" ] && [ "${TRAVIS_PULL_REQUEST}" != "false" ] ; then
45-
TARGET_BRANCH=${TRAVIS_BRANCH}
46-
fi
4744

4845
# Fetch origin/master so that we can diff when checking coding style.
4946
git remote set-branches --add origin ${TARGET_BRANCH}

.travis.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)