Travis CI: Update config from rabbitmq-common
This commit is contained in:
parent
6f5aa0f8b6
commit
c3d58ccbbf
|
@ -31,10 +31,18 @@ otp_release:
|
|||
- '22.2'
|
||||
|
||||
install:
|
||||
- mix local.hex --force
|
||||
# This project being an Erlang one (we just set language to Elixir
|
||||
# to ensure it is installed), we don't want Travis to run mix(1)
|
||||
# automatically as it will break.
|
||||
skip
|
||||
|
||||
script:
|
||||
# $current_rmq_ref is also used by rabbitmq-components.mk to select
|
||||
# the appropriate branch for dependencies.
|
||||
- make check-rabbitmq-components.mk
|
||||
current_rmq_ref="${TRAVIS_PULL_REQUEST_BRANCH:-${TRAVIS_BRANCH}}"
|
||||
- make xref
|
||||
current_rmq_ref="${TRAVIS_PULL_REQUEST_BRANCH:-${TRAVIS_BRANCH}}"
|
||||
|
||||
after_failure:
|
||||
- |
|
||||
|
|
Loading…
Reference in New Issue