Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit 4f5ee8d

Browse files
Travis: use Erlang 21.3, Elixir 1.8.1
1 parent 2bf1e2d commit 4f5ee8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 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.7.4-1
21+
- elixir=1.8.1-1
2222
cache:
2323
apt: true
2424
env:
@@ -27,7 +27,7 @@ env:
2727
- secure: WlvV5Vlid2EiEZsVZ8VI8WSvwO5vevIsRNH2W2oiMI89q2qqJA2Ec0JTiqb0ve1KMUNnpdHs66fCCMN8g0TFNLErureFiVh+zobYRfDAJecSrXEdlZdJ+af9zG1H6aNOux01jLq4wLGAoppSVBDsOgtu3d1pwXiOuKezsm7LmDA=
2828

2929
otp_release:
30-
- "21.2"
30+
- "21.3"
3131

3232
before_script:
3333
# The checkout made by Travis is a "detached HEAD" and branches
@@ -45,7 +45,7 @@ before_script:
4545
- |
4646
echo YES | kiex implode
4747
elixir --version
48-
elixir --version | grep -q 'Elixir 1.7.4'
48+
elixir --version | grep -q 'Elixir 1.8.1'
4949
5050
script:
5151
- make xref

0 commit comments

Comments
 (0)