.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
# installed with kiex but is old. We also can't use kiex to
# install a newer one because of GitHub API rate limiting.
- elixir=1.6.0-1
- elixir=1.7.4-1
cache:
apt: true
env:
@ -27,8 +27,7 @@ env:
- secure: WlvV5Vlid2EiEZsVZ8VI8WSvwO5vevIsRNH2W2oiMI89q2qqJA2Ec0JTiqb0ve1KMUNnpdHs66fCCMN8g0TFNLErureFiVh+zobYRfDAJecSrXEdlZdJ+af9zG1H6aNOux01jLq4wLGAoppSVBDsOgtu3d1pwXiOuKezsm7LmDA=
otp_release:
- "19.3"
- "20.3"
- "21.2.2"
before_script:
# The checkout made by Travis is a "detached HEAD" and branches
@ -46,7 +45,7 @@ before_script:
- |
echo YES | kiex implode
elixir --version
elixir --version | grep -q 'Elixir 1.6.0'
elixir --version | grep -q 'Elixir 1.7.4'
script:
- make xref