We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787471a commit f7b7b6aCopy full SHA for f7b7b6a
.travis.yml
@@ -25,7 +25,7 @@ env:
25
# created, pointing to the detached HEAD.
26
before_script:
27
- |
28
- if test "${GROUP}" != "1"; then exit(0); fi
+ if test "${GROUP}" != "1"; then exit 0; fi
29
git checkout -B "${TRAVIS_TAG:-${TRAVIS_BRANCH}}"
30
git remote add upstream https://github.com/$TRAVIS_REPO_SLUG.git
31
git fetch upstream stable:stable || :
0 commit comments