Skip to content

Commit 5a1da3c

Browse files
committed
Travis CI: Update config from rabbitmq-common
1 parent 07e914a commit 5a1da3c

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.travis.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# vim:sw=2:et:
22

3+
dist: xenial
34
sudo: false
45
language: erlang
56
notifications:
@@ -10,15 +11,8 @@ notifications:
1011
on_failure: always
1112
addons:
1213
apt:
13-
sources:
14-
- sourceline: deb https://packages.erlang-solutions.com/ubuntu trusty contrib
15-
key_url: https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc
1614
packages:
1715
- awscli
18-
# Use Elixir from Erlang Solutions. The provided Elixir is
19-
# installed with kiex but is old. We also can't use kiex to
20-
# install a newer one because of GitHub API rate limiting.
21-
- elixir=1.6.6-1
2216
cache:
2317
apt: true
2418
env:
@@ -30,6 +24,7 @@ otp_release:
3024
- "21.2"
3125

3226
before_script:
27+
- elixir --version
3328
# The checkout made by Travis is a "detached HEAD" and branches
3429
# information is missing. Our Erlang.mk's git_rmq fetch method relies
3530
# on it, so we need to restore it.
@@ -41,11 +36,6 @@ before_script:
4136
git remote add upstream https://github.com/$TRAVIS_REPO_SLUG.git
4237
git fetch upstream v3.8.x:v3.8.x || :
4338
git fetch upstream master:master || :
44-
# Make sure we use Elixir from Erlang Solutions and not kiex.
45-
- |
46-
echo YES | kiex implode
47-
elixir --version
48-
elixir --version | grep -q 'Elixir 1.6.6'
4939
5040
script:
5141
- make xref

0 commit comments

Comments
 (0)