Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit b1849e7

Browse files
committed
Travis CI: Update config from rabbitmq-common
1 parent a0dcab3 commit b1849e7

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.8.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.8.x:v3.8.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)