Travis: use Erlang 21.3, Elixir 1.8.1

This commit is contained in:
Michael Klishin 2019-03-20 10:33:20 +03:00
parent 6b17e01057
commit 636c8a60a2
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
# 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.7.4-1
- elixir=1.8.1-1
cache:
apt: true
env:
@ -27,7 +27,7 @@ env:
- secure: FZTb3CpPbv816P5pFQUiyYsFHsRNTJDZ28bBrW7ZfAzCVYuu6PysCb+cofxSfPA0OMhUB46WtFeprx8sMgER1lEvUsIAyB8T5avPegOuFV9c4Wk1xAgK346eB+TH9ORjQZwx8beiMAu39aWwBu/zykcl2rWHozZMQOOgCK2Jzdc=
otp_release:
- "21.2"
- "21.3"
before_script:
# The checkout made by Travis is a "detached HEAD" and branches
@ -45,7 +45,7 @@ before_script:
- |
echo YES | kiex implode
elixir --version
elixir --version | grep -q 'Elixir 1.7.4'
elixir --version | grep -q 'Elixir 1.8.1'
script:
- make xref