File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 1
1
# vim:sw=2:et:
2
2
3
+ dist : xenial
3
4
sudo : false
4
5
language : erlang
5
6
notifications :
@@ -10,15 +11,8 @@ notifications:
10
11
on_failure : always
11
12
addons :
12
13
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
16
14
packages :
17
15
- 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
22
16
cache :
23
17
apt : true
24
18
env :
27
21
- secure : L1t0CHGR4RzOXwtkpM6feRKax95rszScBLqzjstEiMPkhjTsYTlAecnNxx6lTrGMnk5hQoi4PtbhmyZOX0siHTngTogoA/Nyn8etYzicU5ZO+qmBQOYpegz51lEu70ewXgkhEHzk9DtEPxfYviH9WiILrdUVRXXgZpoXq13p1QA=
28
22
29
23
otp_release :
30
- - " 20.3"
31
24
- " 21.2"
32
25
33
26
before_script :
27
+ - elixir --version
34
28
# The checkout made by Travis is a "detached HEAD" and branches
35
29
# information is missing. Our Erlang.mk's git_rmq fetch method relies
36
30
# on it, so we need to restore it.
@@ -42,11 +36,6 @@ before_script:
42
36
git remote add upstream https://github.com/$TRAVIS_REPO_SLUG.git
43
37
git fetch upstream v3.7.x:v3.7.x || :
44
38
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'
50
39
51
40
script :
52
41
- make xref
You can’t perform that action at this time.
0 commit comments