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 d44c477 commit e56392fCopy full SHA for e56392f
.travis.yml
@@ -32,12 +32,12 @@ before_script:
32
# information is missing. Our Erlang.mk's git_rmq fetch method relies
33
# on it, so we need to restore it.
34
#
35
- # We simply fetch master and, if it exists, stable branches. A branch
+ # We simply fetch master and, if it exists, v3.7.x branches. A branch
36
# is created, pointing to the detached HEAD.
37
- |
38
git checkout -B "${TRAVIS_TAG:-${TRAVIS_BRANCH}}"
39
git remote add upstream https://github.com/$TRAVIS_REPO_SLUG.git
40
- git fetch upstream stable:stable || :
+ git fetch upstream v3.7.x:v3.7.x || :
41
git fetch upstream master:master || :
42
# Make sure we use Elixir from Erlang Solutions and not kiex.
43
0 commit comments