Skip to content

Commit efd2206

Browse files
committed
Travis CI: Update config from rabbitmq-common
1 parent 185a202 commit efd2206

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.travis.yml

Lines changed: 2 additions & 13 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:
@@ -27,10 +21,10 @@ env:
2721
- secure: L1t0CHGR4RzOXwtkpM6feRKax95rszScBLqzjstEiMPkhjTsYTlAecnNxx6lTrGMnk5hQoi4PtbhmyZOX0siHTngTogoA/Nyn8etYzicU5ZO+qmBQOYpegz51lEu70ewXgkhEHzk9DtEPxfYviH9WiILrdUVRXXgZpoXq13p1QA=
2822

2923
otp_release:
30-
- "20.3"
3124
- "21.2"
3225

3326
before_script:
27+
- elixir --version
3428
# The checkout made by Travis is a "detached HEAD" and branches
3529
# information is missing. Our Erlang.mk's git_rmq fetch method relies
3630
# on it, so we need to restore it.
@@ -42,11 +36,6 @@ before_script:
4236
git remote add upstream https://github.com/$TRAVIS_REPO_SLUG.git
4337
git fetch upstream v3.7.x:v3.7.x || :
4438
git fetch upstream master:master || :
45-
# Make sure we use Elixir from Erlang Solutions and not kiex.
46-
- |
47-
echo YES | kiex implode
48-
elixir --version
49-
elixir --version | grep -q 'Elixir 1.6.6'
5039
5140
script:
5241
- make xref

0 commit comments

Comments
 (0)