Skip to content

Commit f7b7b6a

Browse files
committed
Travis CI: And fix another syntax error...
1 parent 787471a commit f7b7b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
# created, pointing to the detached HEAD.
2626
before_script:
2727
- |
28-
if test "${GROUP}" != "1"; then exit(0); fi
28+
if test "${GROUP}" != "1"; then exit 0; fi
2929
git checkout -B "${TRAVIS_TAG:-${TRAVIS_BRANCH}}"
3030
git remote add upstream https://github.com/$TRAVIS_REPO_SLUG.git
3131
git fetch upstream stable:stable || :

0 commit comments

Comments
 (0)