diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-07-01 17:20:29 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-07-01 17:20:29 +0200 |
| commit | f7b7b6a4d0ced42764b93df7c70a3ef1336191b6 (patch) | |
| tree | bcb56521563bf8d98c686f5fffed730693724aa4 | |
| parent | 787471adda71270389f690f02b1e3a5009bc15e0 (diff) | |
| download | rabbitmq-server-git-f7b7b6a4d0ced42764b93df7c70a3ef1336191b6.tar.gz | |
Travis CI: And fix another syntax error...
| -rw-r--r-- | .travis.yml | 2 |
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 || : |
