.travis.yml: sync Erlang and Elixir versions, require Erlang/OTP 21.2

This commit is contained in:
Michael Klishin 2019-01-13 05:49:58 +03:00
parent 822ade6127
commit 9be0c69cd2
1 changed files with 3 additions and 4 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.6.0-1 - elixir=1.7.4-1
cache: cache:
apt: true apt: true
env: env:
@ -27,8 +27,7 @@ env:
- secure: WlvV5Vlid2EiEZsVZ8VI8WSvwO5vevIsRNH2W2oiMI89q2qqJA2Ec0JTiqb0ve1KMUNnpdHs66fCCMN8g0TFNLErureFiVh+zobYRfDAJecSrXEdlZdJ+af9zG1H6aNOux01jLq4wLGAoppSVBDsOgtu3d1pwXiOuKezsm7LmDA= - secure: WlvV5Vlid2EiEZsVZ8VI8WSvwO5vevIsRNH2W2oiMI89q2qqJA2Ec0JTiqb0ve1KMUNnpdHs66fCCMN8g0TFNLErureFiVh+zobYRfDAJecSrXEdlZdJ+af9zG1H6aNOux01jLq4wLGAoppSVBDsOgtu3d1pwXiOuKezsm7LmDA=
otp_release: otp_release:
- "19.3" - "21.2.2"
- "20.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
@ -46,7 +45,7 @@ before_script:
- | - |
echo YES | kiex implode echo YES | kiex implode
elixir --version elixir --version
elixir --version | grep -q 'Elixir 1.6.0' elixir --version | grep -q 'Elixir 1.7.4'
script: script:
- make xref - make xref