summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2017-12-15 14:45:57 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2017-12-15 14:46:40 +0100
commite56392f60544ba7c26f1bc18feee493861b8855b (patch)
tree74c98cbef73b3add20e0208bfe914cb28aa9a10a
parentd44c477b2dd040cfdc8586624ff1157fa4ccfd60 (diff)
downloadrabbitmq-server-git-e56392f60544ba7c26f1bc18feee493861b8855b.tar.gz
Travis CI: Update config from rabbitmq-commonv3.7.2v3.7.1
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a9537e61f7..4bc1ad4472 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.7.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.7.x:v3.7.x || :
git fetch upstream master:master || :
# Make sure we use Elixir from Erlang Solutions and not kiex.
- |