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

Commit f64bd63

Browse files
.travis.yml: sync Erlang and Elixir versions, require Erlang/OTP 21.2
1 parent ad47989 commit f64bd63

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.0-1
21+
- elixir=1.7.4-1
2222
cache:
2323
apt: true
2424
env:
@@ -27,8 +27,7 @@ env:
2727
- secure: CDccdPeAR5bWYcKUzFZwSaUfPmdxBMZwfmArCFmxRntTyZ/ZvZLsVkPUrokLRwMtZSb9sdF2BhoJrfPQqHp8zqxFEYaRQIScBbiSkKHIcC6PVHvLwizQV5PfGnjmHcQ/b/Xdq/XtujYQkoRwYZZvcZ/kBOcRT6xjSBctMrCAF3c=
2828

2929
otp_release:
30-
- "19.3"
31-
- "20.3"
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.0'
48+
elixir --version | grep -q 'Elixir 1.7.4'
5049
5150
script:
5251
- make xref

0 commit comments

Comments
 (0)