summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-07-01 17:59:20 +0200
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-07-01 17:59:20 +0200
commit434e327878f4d3de2490d16cd5bd27990a6ca057 (patch)
treeab2d10124bbc1efbc5345705aeb22c362697bbf7 /.travis.yml
parentf7b7b6a4d0ced42764b93df7c70a3ef1336191b6 (diff)
downloadrabbitmq-server-git-434e327878f4d3de2490d16cd5bd27990a6ca057.tar.gz
Travis CI: Fix the `$GROUP` env. var. matrix
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5bbcd40992..231f4dd1b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,8 @@ otp_release:
- "18.0"
env:
matrix:
- - GROUP=1 GROUP=2
+ - GROUP=1
+ - GROUP=2
# The checkout made by Travis is a "detached HEAD" and branches
# information is missing. Our Erlang.mk's git_rmq fetch method relies on
@@ -25,7 +26,6 @@ env:
# created, pointing to the detached HEAD.
before_script:
- |
- if test "${GROUP}" != "1"; then exit 0; fi
git checkout -B "${TRAVIS_TAG:-${TRAVIS_BRANCH}}"
git remote add upstream https://github.com/$TRAVIS_REPO_SLUG.git
git fetch upstream stable:stable || :