summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-07-01 17:20:29 +0200
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-07-01 17:20:29 +0200
commitf7b7b6a4d0ced42764b93df7c70a3ef1336191b6 (patch)
treebcb56521563bf8d98c686f5fffed730693724aa4
parent787471adda71270389f690f02b1e3a5009bc15e0 (diff)
downloadrabbitmq-server-git-f7b7b6a4d0ced42764b93df7c70a3ef1336191b6.tar.gz
Travis CI: And fix another syntax error...
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 75364f6dec..5bbcd40992 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); fi
+ 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 || :