Skip to content

Commit

Permalink
Add 2.x.x-stable branch to Travis CI
Browse files Browse the repository at this point in the history
(cherry picked from commit f00e7b1)
  • Loading branch information
acogoluegnes committed Sep 11, 2018
1 parent 0330883 commit 88ba19c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -18,17 +18,18 @@ addons:
- sourceline: deb https://dl.bintray.com/rabbitmq/debian trusty main
key_url: https://dl.bintray.com/rabbitmq/Keys/rabbitmq-release-signing-key.asc
packages:
- esl-erlang=1:20.2.2
- esl-erlang=1:20.3
# because of https://github.com/travis-ci/travis-ci/issues/8906
before_install:
- sudo mv /opt/jdk_switcher/jdk_switcher.sh /tmp
- sudo apt-get install rabbitmq-server=3.7.4-1
- sudo apt-get install rabbitmq-server=3.7.7-1
- sudo mv /tmp/jdk_switcher.sh /opt/jdk_switcher/
services:
- rabbitmq
branches:
only:
- master
- 2.x.x-stable
- 1.3.x-stable
before_script:
- ./bin/before_build.sh
Expand Down

0 comments on commit 88ba19c

Please sign in to comment.