File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
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 :
@@ -30,6 +24,7 @@ otp_release:
30
24
- " 21.2"
31
25
32
26
before_script :
27
+ - elixir --version
33
28
# The checkout made by Travis is a "detached HEAD" and branches
34
29
# information is missing. Our Erlang.mk's git_rmq fetch method relies
35
30
# on it, so we need to restore it.
@@ -41,11 +36,6 @@ before_script:
41
36
git remote add upstream https://github.com/$TRAVIS_REPO_SLUG.git
42
37
git fetch upstream v3.8.x:v3.8.x || :
43
38
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'
49
39
50
40
script :
51
41
- make xref
You can’t perform that action at this time.
0 commit comments