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 b68dd40 commit 641036fCopy full SHA for 641036f
.travis.yml
@@ -27,12 +27,12 @@ before_script:
27
# information is missing. Our Erlang.mk's git_rmq fetch method relies
28
# on it, so we need to restore it.
29
#
30
- # We simply fetch master and, if it exists, stable branches. A branch
+ # We simply fetch master and, if it exists, v3.6.x branches. A branch
31
# is created, pointing to the detached HEAD.
32
- |
33
git checkout -B "${TRAVIS_TAG:-${TRAVIS_BRANCH}}"
34
git remote add upstream https://github.com/$TRAVIS_REPO_SLUG.git
35
- git fetch upstream stable:stable || :
+ git fetch upstream v3.6.x:v3.6.x || :
36
git fetch upstream master:master || :
37
38
script:
0 commit comments