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

Commit eb2f558

Browse files
Travis: use Erlang 21.3, Elixir 1.8.1
1 parent 4decb8c commit eb2f558

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: QGz2fHyxOFXiunH4KLbfHbYhMcWI1Ex8c8d/oA4nXb48Hn2HaLVJcxBLa76mMke1k4e7UDYcPrSmqpqVi9N+OAWKwVZTLpdbTTChlPE+gUTHwloH2KGSm99Gj7+9q9dbg32h635S5PVIJE5BEp/5KnrDHE5HEoBaf3ggdRhr+3U=
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)