Skip to content

Commit efb7661

Browse files
committed
travis: use Erlang v23
Remove branch builds. Signed-off-by: Matteo Cafasso <[email protected]>
1 parent 698a3f4 commit efb7661

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ dist: bionic
22
language: elixir
33
elixir: '1.10.4'
44
otp_release:
5-
- '22.3'
5+
- '23.0.4'
66
install:
77
- wget https://github.com/rabbitmq/mix_task_archive_deps/releases/download/0.5.0/mix_task_archive_deps-0.5.0.ez
88
- mix archive.install --force ./mix_task_archive_deps-0.5.0.ez
99
script: make tests current_rmq_ref=$TRAVIS_BRANCH
1010
branches:
1111
only:
1212
- master
13-
- v3.7.x
14-
- v3.8.x

0 commit comments

Comments
 (0)