diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2019-01-08 12:48:15 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2019-01-08 12:50:55 +0100 |
| commit | 5a1da3c4d5bf6542adadd3ad5a0e6efded49e90a (patch) | |
| tree | 6917291689de9e29bd4b334f46dc9a73028aad23 | |
| parent | 07e914a08e64a86d4e8e44f9aeae7cb6eb8fec01 (diff) | |
| download | rabbitmq-server-git-5a1da3c4d5bf6542adadd3ad5a0e6efded49e90a.tar.gz | |
Travis CI: Update config from rabbitmq-common
| -rw-r--r-- | .travis.yml | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml index a8f23f66a3..6ccdbab1ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ # vim:sw=2:et: +dist: xenial sudo: false language: erlang notifications: @@ -10,15 +11,8 @@ notifications: on_failure: always addons: apt: - sources: - - sourceline: deb https://packages.erlang-solutions.com/ubuntu trusty contrib - key_url: https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc packages: - awscli - # 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.6.6-1 cache: apt: true env: @@ -30,6 +24,7 @@ otp_release: - "21.2" before_script: + - elixir --version # The checkout made by Travis is a "detached HEAD" and branches # information is missing. Our Erlang.mk's git_rmq fetch method relies # on it, so we need to restore it. @@ -41,11 +36,6 @@ before_script: git remote add upstream https://github.com/$TRAVIS_REPO_SLUG.git git fetch upstream v3.8.x:v3.8.x || : git fetch upstream master:master || : - # Make sure we use Elixir from Erlang Solutions and not kiex. - - | - echo YES | kiex implode - elixir --version - elixir --version | grep -q 'Elixir 1.6.6' script: - make xref |
