Skip to content

Commit

Permalink
Bump Erlang to 21.2.6 and RabbitMQ to 3.7.12 in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Mar 6, 2019
1 parent 45efc02 commit b10e831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ addons:
- sourceline: deb https://packages.erlang-solutions.com/ubuntu trusty contrib
key_url: https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc
packages:
- esl-erlang=1:21.2.4-1
- esl-erlang=1:21.2.6-1
# because of https://github.com/travis-ci/travis-ci/issues/8906
before_install:
- curl -s https://packagecloud.io/install/repositories/rabbitmq/rabbitmq-server/script.deb.sh | sudo bash
- sudo mv /opt/jdk_switcher/jdk_switcher.sh /tmp
- sudo apt-get install rabbitmq-server=3.7.11-1
- sudo apt-get install rabbitmq-server=3.7.12-1
- sudo mv /tmp/jdk_switcher.sh /opt/jdk_switcher/
services:
- rabbitmq
Expand Down

0 comments on commit b10e831

Please sign in to comment.