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 698a3f4 commit efb7661Copy full SHA for efb7661
.travis.yml
@@ -2,13 +2,11 @@ dist: bionic
2
language: elixir
3
elixir: '1.10.4'
4
otp_release:
5
- - '22.3'
+ - '23.0.4'
6
install:
7
- wget https://github.com/rabbitmq/mix_task_archive_deps/releases/download/0.5.0/mix_task_archive_deps-0.5.0.ez
8
- mix archive.install --force ./mix_task_archive_deps-0.5.0.ez
9
script: make tests current_rmq_ref=$TRAVIS_BRANCH
10
branches:
11
only:
12
- master
13
- - v3.7.x
14
- - v3.8.x
0 commit comments