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 11# vim:sw=2:et:
22
3+ dist : xenial
34sudo : false
45language : erlang
56notifications :
@@ -10,15 +11,8 @@ notifications:
1011 on_failure : always
1112addons :
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
2216cache :
2317 apt : true
2418env :
2721 - secure : L1t0CHGR4RzOXwtkpM6feRKax95rszScBLqzjstEiMPkhjTsYTlAecnNxx6lTrGMnk5hQoi4PtbhmyZOX0siHTngTogoA/Nyn8etYzicU5ZO+qmBQOYpegz51lEu70ewXgkhEHzk9DtEPxfYviH9WiILrdUVRXXgZpoXq13p1QA=
2822
2923otp_release :
30- - " 20.3"
3124 - " 21.2"
3225
3326before_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
5140script :
5241 - make xref
You can’t perform that action at this time.
0 commit comments