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

This commit is contained in:
Michael Klishin 2019-01-13 05:49:56 +03:00
parent c94ad8265a
commit d1e9bc2cb8
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: SffTvt5GWsNq/Nc5epFn5ODIbnn17AkEUsrf3LQc8huKdN92x2v5rSrGgJAPN7WCRW1VPmlgwMF0tj6uY+oSKI+sotWb+dPdCyuXh/z4JhxX+S/ui4ItgbfD6DAui+eLXZxkvzGyv4NJ85aKhj5y8ztSqD7Fgeg0jErZwbNg6y0=
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