Skip to content

Commit 434e327

Browse files
committed
Travis CI: Fix the $GROUP env. var. matrix
1 parent f7b7b6a commit 434e327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ otp_release:
1515
- "18.0"
1616
env:
1717
matrix:
18-
- GROUP=1 GROUP=2
18+
- GROUP=1
19+
- GROUP=2
1920

2021
# The checkout made by Travis is a "detached HEAD" and branches
2122
# information is missing. Our Erlang.mk's git_rmq fetch method relies on
@@ -25,7 +26,6 @@ env:
2526
# created, pointing to the detached HEAD.
2627
before_script:
2728
- |
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)