Travis CI: Update config from rabbitmq-common

This commit is contained in:
Jean-Sébastien Pédron 2018-04-10 13:06:03 +02:00
parent 1e32993716
commit a9cd3765ff
1 changed files with 7 additions and 4 deletions

View File

@ -4,7 +4,10 @@ sudo: false
language: erlang
notifications:
email:
- alerts@rabbitmq.com
recipients:
- alerts@rabbitmq.com
on_success: never
on_failure: always
addons:
apt:
sources:
@ -15,7 +18,7 @@ addons:
# Use Elixir from Erlang Solutions. The provided Elixir is
# installed with kiex but is old. We also can't use kiex to
# install a newer one because of GitHub API rate limiting.
- elixir=1.4.5-1
- elixir=1.6.0-1
cache:
apt: true
env:
@ -25,7 +28,7 @@ env:
otp_release:
- "19.3"
- "20.1"
- "20.3"
before_script:
# The checkout made by Travis is a "detached HEAD" and branches
@ -43,7 +46,7 @@ before_script:
- |
echo YES | kiex implode
elixir --version
elixir --version | grep -q 'Elixir 1.4.5'
elixir --version | grep -q 'Elixir 1.6.0'
script:
- make xref