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.
$GROUP
1 parent f7b7b6a commit 434e327Copy full SHA for 434e327
.travis.yml
@@ -15,7 +15,8 @@ otp_release:
15
- "18.0"
16
env:
17
matrix:
18
- - GROUP=1 GROUP=2
+ - GROUP=1
19
+ - GROUP=2
20
21
# The checkout made by Travis is a "detached HEAD" and branches
22
# information is missing. Our Erlang.mk's git_rmq fetch method relies on
@@ -25,7 +26,6 @@ env:
25
26
# created, pointing to the detached HEAD.
27
before_script:
28
- |
- 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