Skip to content

Commit

Permalink
Merge pull request #1238 from pika/remove-3.4-update-rmq
Browse files Browse the repository at this point in the history
Remove Python 3.4, update RabbitMQ to 3.7.17
  • Loading branch information
lukebakken committed Aug 14, 2019
2 parents 7ba06db + d892f50 commit 11c5bb8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ addons:
- sourceline: deb https://packages.erlang-solutions.com/ubuntu trusty contrib
key_url: https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc
packages:
# apt-cache show erlang-nox=1:20.3-1 | grep Depends | tr ' ' '\n' | grep erlang | grep -v erlang-base-hipe | tr -d ',' | sed 's/$/=1:20.3-1/'
- erlang-nox

env:
global:
- RABBITMQ_VERSION=3.7.13
- RABBITMQ_VERSION=3.7.17
- RABBITMQ_DOWNLOAD_URL="https://github.com/rabbitmq/rabbitmq-server/releases/download/v$RABBITMQ_VERSION/rabbitmq-server-generic-unix-$RABBITMQ_VERSION.tar.xz"
- RABBITMQ_TAR="rabbitmq-$RABBITMQ_VERSION.tar.xz"
- PATH=$HOME/.local/bin:$PATH
Expand Down Expand Up @@ -68,7 +67,6 @@ jobs:
- python: pypy3
- python: pypy
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
Expand Down

0 comments on commit 11c5bb8

Please sign in to comment.