summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_web_stomp
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2020-03-04 11:17:20 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2020-03-04 11:17:20 +0100
commit352f8f75b22f928034bac6758da5f970f238bd86 (patch)
treef4a9fcdc66d70e5bfe3103073ed470b6bd91311f /deps/rabbitmq_web_stomp
parent91e5d2627c6b01c764581bbe386063bbf0d2bf36 (diff)
downloadrabbitmq-server-git-352f8f75b22f928034bac6758da5f970f238bd86.tar.gz
Travis CI: Update config from rabbitmq-common
Diffstat (limited to 'deps/rabbitmq_web_stomp')
-rw-r--r--deps/rabbitmq_web_stomp/.travis.yml30
1 files changed, 13 insertions, 17 deletions
diff --git a/deps/rabbitmq_web_stomp/.travis.yml b/deps/rabbitmq_web_stomp/.travis.yml
index edb8814788..a05912216b 100644
--- a/deps/rabbitmq_web_stomp/.travis.yml
+++ b/deps/rabbitmq_web_stomp/.travis.yml
@@ -1,8 +1,8 @@
# vim:sw=2:et:
+os: linux
dist: xenial
-sudo: false
-language: erlang
+language: elixir
notifications:
email:
recipients:
@@ -20,22 +20,18 @@ env:
- secure: OcDUSwDDsVyyU4rNVGZMyBQsVHTqaOBJzhHMiNF8zkQQZmduVQz2maruBfJcdJq7TeMRTo6FPpHG2HTCLYGqxjVxWALo/oyEvekXqp1iK3SzKoN/xrYIsm+X5kZ3+DeNXzthhMN+tSXGWF1+KddCiI5vQq72s2jdlQHZwTdIWLw=
- secure: T3CYCsExInWzqQ1BdZaPZUVj3FnoYlk9QLXImCu82k2eVVjUWBQhQNEmgfuNCinTed97BVsYd5tCEOUPvenfsoW+FBZQElLzumlgUHVdkWwsmY33xmevJbBmFyhsXwRY5FH6hfQ5FKlHAS41Rn1q8UOZYPffsC4TsiBSGqKc1Z4=
+ # $base_rmq_ref is used by rabbitmq-components.mk to select the
+ # appropriate branch for dependencies.
+ - base_rmq_ref=master
+
+elixir:
+ - '1.9'
otp_release:
- - "21.3"
-
-before_script:
- - elixir --version
- # The checkout made by Travis is a "detached HEAD" and branches
- # information is missing. Our Erlang.mk's git_rmq fetch method relies
- # on it, so we need to restore it.
- #
- # We simply fetch master and, if it exists, v3.8.x branches. A branch
- # is created, pointing to the detached HEAD.
- - |
- git checkout -B "${TRAVIS_TAG:-${TRAVIS_BRANCH}}"
- git remote add upstream https://github.com/$TRAVIS_REPO_SLUG.git
- git fetch upstream v3.8.x:v3.8.x || :
- git fetch upstream master:master || :
+ - '21.3'
+ - '22.2'
+
+install:
+ - mix local.hex --force
script:
- make xref