This repository was archived by the owner on Nov 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ sudo: false
44language : erlang
55notifications :
66 email :
7- 7+ recipients :
8+ 9+ on_success : never
10+ on_failure : always
811addons :
912 apt :
1013 sources :
@@ -15,7 +18,7 @@ addons:
1518 # Use Elixir from Erlang Solutions. The provided Elixir is
1619 # installed with kiex but is old. We also can't use kiex to
1720 # install a newer one because of GitHub API rate limiting.
18- - elixir=1.4.5 -1
21+ - elixir=1.6.0 -1
1922 - maven
2023cache :
2124 apt : true
2629
2730otp_release :
2831 - " 19.3"
29- - " 20.1 "
32+ - " 20.3 "
3033
3134before_script :
3235 # The checkout made by Travis is a "detached HEAD" and branches
@@ -44,7 +47,7 @@ before_script:
4447 - |
4548 echo YES | kiex implode
4649 elixir --version
47- elixir --version | grep -q 'Elixir 1.4.5 '
50+ elixir --version | grep -q 'Elixir 1.6.0 '
4851
4952script :
5053 - make xref
Original file line number Diff line number Diff line change 33@@ -16,6 +16,7 @@
44 # installed with kiex but is old. We also can't use kiex to
55 # install a newer one because of GitHub API rate limiting.
6- - elixir=1.4.5 -1
6+ - elixir=1.6.0 -1
77+ - maven
88 cache:
99 apt: true
You can’t perform that action at this time.
0 commit comments