Travis: use Erlang 21.3, Elixir 1.8.1

This commit is contained in:
Michael Klishin 2019-03-20 10:33:22 +03:00
parent 360e29c64d
commit 428ff7f637
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ addons:
# Use Elixir from Erlang Solutions. The provided Elixir is # Use Elixir from Erlang Solutions. The provided Elixir is
# installed with kiex but is old. We also can't use kiex to # installed with kiex but is old. We also can't use kiex to
# install a newer one because of GitHub API rate limiting. # install a newer one because of GitHub API rate limiting.
- elixir=1.7.4-1 - elixir=1.8.1-1
cache: cache:
apt: true apt: true
env: env:
@ -27,7 +27,7 @@ env:
- secure: QGz2fHyxOFXiunH4KLbfHbYhMcWI1Ex8c8d/oA4nXb48Hn2HaLVJcxBLa76mMke1k4e7UDYcPrSmqpqVi9N+OAWKwVZTLpdbTTChlPE+gUTHwloH2KGSm99Gj7+9q9dbg32h635S5PVIJE5BEp/5KnrDHE5HEoBaf3ggdRhr+3U= - secure: QGz2fHyxOFXiunH4KLbfHbYhMcWI1Ex8c8d/oA4nXb48Hn2HaLVJcxBLa76mMke1k4e7UDYcPrSmqpqVi9N+OAWKwVZTLpdbTTChlPE+gUTHwloH2KGSm99Gj7+9q9dbg32h635S5PVIJE5BEp/5KnrDHE5HEoBaf3ggdRhr+3U=
otp_release: otp_release:
- "21.2" - "21.3"
before_script: before_script:
# The checkout made by Travis is a "detached HEAD" and branches # The checkout made by Travis is a "detached HEAD" and branches
@ -45,7 +45,7 @@ before_script:
- | - |
echo YES | kiex implode echo YES | kiex implode
elixir --version elixir --version
elixir --version | grep -q 'Elixir 1.7.4' elixir --version | grep -q 'Elixir 1.8.1'
script: script:
- make xref - make xref