Travis CI: Update config from rabbitmq-common
This commit is contained in:
parent
6e5519559c
commit
6a6983bbc3
|
|
@ -18,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.6.0-1
|
||||
- elixir=1.6.6-1
|
||||
cache:
|
||||
apt: true
|
||||
env:
|
||||
|
|
@ -27,8 +27,7 @@ env:
|
|||
- secure: Q1Du4xVNhvNBSv7vYzcF/9HB7R85nhwIpjZogfbZM2Kr6oTOeT8lyCEoiDjbiXkxZdWQa2YVGsjcvz8Q4rDvt8xu1gUG8j/bV3QWjB+0iWq2xQotnKvXW/toiDKBYyoIj9RUrQR5brwU95R1GAClLqxMdjY+/LijzLKqlQQo1L4=
|
||||
|
||||
otp_release:
|
||||
- "19.3"
|
||||
- "20.3"
|
||||
- "21.2"
|
||||
|
||||
before_script:
|
||||
# The checkout made by Travis is a "detached HEAD" and branches
|
||||
|
|
@ -46,7 +45,7 @@ before_script:
|
|||
- |
|
||||
echo YES | kiex implode
|
||||
elixir --version
|
||||
elixir --version | grep -q 'Elixir 1.6.0'
|
||||
elixir --version | grep -q 'Elixir 1.6.6'
|
||||
|
||||
script:
|
||||
- make xref
|
||||
|
|
|
|||
Loading…
Reference in New Issue