Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit d9bc387

Browse files
.travis.yml: sync Erlang and Elixir versions, require Erlang/OTP 21.2
1 parent 06a933c commit d9bc387

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ addons:
1818
# Use Elixir from Erlang Solutions. The provided Elixir is
1919
# installed with kiex but is old. We also can't use kiex to
2020
# install a newer one because of GitHub API rate limiting.
21-
- elixir=1.6.6-1
21+
- elixir=1.7.4-1
2222
cache:
2323
apt: true
2424
env:
@@ -27,8 +27,7 @@ env:
2727
- secure: T3CYCsExInWzqQ1BdZaPZUVj3FnoYlk9QLXImCu82k2eVVjUWBQhQNEmgfuNCinTed97BVsYd5tCEOUPvenfsoW+FBZQElLzumlgUHVdkWwsmY33xmevJbBmFyhsXwRY5FH6hfQ5FKlHAS41Rn1q8UOZYPffsC4TsiBSGqKc1Z4=
2828

2929
otp_release:
30-
- "20.3"
31-
- "21.1"
30+
- "21.2.2"
3231

3332
before_script:
3433
# The checkout made by Travis is a "detached HEAD" and branches
@@ -46,7 +45,7 @@ before_script:
4645
- |
4746
echo YES | kiex implode
4847
elixir --version
49-
elixir --version | grep -q 'Elixir 1.6.6'
48+
elixir --version | grep -q 'Elixir 1.7.4'
5049
5150
script:
5251
- make xref

0 commit comments

Comments
 (0)