summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-07-01 17:05:06 +0200
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-07-01 17:06:06 +0200
commit787471adda71270389f690f02b1e3a5009bc15e0 (patch)
treed8f464b0fc8a55d46ea1d46b29b8097ba871bb75
parent03f10dbd95df1febdde36e765cbb8eb549164a35 (diff)
downloadrabbitmq-server-git-787471adda71270389f690f02b1e3a5009bc15e0.tar.gz
Travis CI: Fix stupid syntax error
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5fb463dd0a..75364f6dec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ env:
# created, pointing to the detached HEAD.
before_script:
- |
- if test "${GROUP}" != "1"; then exit(0)
+ 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 || :