diff options
| -rw-r--r-- | .travis.yml | 2 |
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 || : |
