summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2017-12-15 15:08:57 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2017-12-15 15:08:57 +0100
commit01687e5ce85369338987824e95e733f0cd525cb7 (patch)
tree861a935492aedb4efffe8641e7f73579d76690c0
parent3d8c973e2821d04641fb54c08105ff8e13857f62 (diff)
downloadrabbitmq-server-git-01687e5ce85369338987824e95e733f0cd525cb7.tar.gz
Travis CI: Update config from rabbitmq-common
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a9537e61f7..59a1002b0c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,12 +32,12 @@ before_script:
# information is missing. Our Erlang.mk's git_rmq fetch method relies
# on it, so we need to restore it.
#
- # We simply fetch master and, if it exists, stable branches. A branch
+ # We simply fetch master and, if it exists, v3.8.x branches. A branch
# is created, pointing to the detached HEAD.
- |
git checkout -B "${TRAVIS_TAG:-${TRAVIS_BRANCH}}"
git remote add upstream https://github.com/$TRAVIS_REPO_SLUG.git
- git fetch upstream stable:stable || :
+ git fetch upstream v3.8.x:v3.8.x || :
git fetch upstream master:master || :
# Make sure we use Elixir from Erlang Solutions and not kiex.
- |