Skip to content

Commit 641036f

Browse files
committed
Travis CI: Update config from rabbitmq-common
1 parent b68dd40 commit 641036f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ before_script:
2727
# information is missing. Our Erlang.mk's git_rmq fetch method relies
2828
# on it, so we need to restore it.
2929
#
30-
# We simply fetch master and, if it exists, stable branches. A branch
30+
# We simply fetch master and, if it exists, v3.6.x branches. A branch
3131
# is created, pointing to the detached HEAD.
3232
- |
3333
git checkout -B "${TRAVIS_TAG:-${TRAVIS_BRANCH}}"
3434
git remote add upstream https://github.com/$TRAVIS_REPO_SLUG.git
35-
git fetch upstream stable:stable || :
35+
git fetch upstream v3.6.x:v3.6.x || :
3636
git fetch upstream master:master || :
3737
3838
script:

0 commit comments

Comments
 (0)