Skip to content

Commit e56392f

Browse files
committed
Travis CI: Update config from rabbitmq-common
1 parent d44c477 commit e56392f

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
@@ -32,12 +32,12 @@ before_script:
3232
# information is missing. Our Erlang.mk's git_rmq fetch method relies
3333
# on it, so we need to restore it.
3434
#
35-
# We simply fetch master and, if it exists, stable branches. A branch
35+
# We simply fetch master and, if it exists, v3.7.x branches. A branch
3636
# is created, pointing to the detached HEAD.
3737
- |
3838
git checkout -B "${TRAVIS_TAG:-${TRAVIS_BRANCH}}"
3939
git remote add upstream https://github.com/$TRAVIS_REPO_SLUG.git
40-
git fetch upstream stable:stable || :
40+
git fetch upstream v3.7.x:v3.7.x || :
4141
git fetch upstream master:master || :
4242
# Make sure we use Elixir from Erlang Solutions and not kiex.
4343
- |

0 commit comments

Comments
 (0)