Travis: use Erlang 21.3, Elixir 1.8.1
This commit is contained in:
parent
2299ff77a2
commit
1aee8fa2d1
|
|
@ -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: C3B5R4FQ8iePMzhqq75BY2E2FVD1rZPAzTgEhZ+psgPvioyjXRIriHpFOMrqwQcPPpjdsHizpuSG9/SNHtjitw7uCB/Rnh8cyTnukZf7U4xPM37vKGq4HTYN8ABxjPyQGCWbS6TRXOf4Acp5qw8U87hmGmOlskTmnFinciAIvKA=
|
- secure: C3B5R4FQ8iePMzhqq75BY2E2FVD1rZPAzTgEhZ+psgPvioyjXRIriHpFOMrqwQcPPpjdsHizpuSG9/SNHtjitw7uCB/Rnh8cyTnukZf7U4xPM37vKGq4HTYN8ABxjPyQGCWbS6TRXOf4Acp5qw8U87hmGmOlskTmnFinciAIvKA=
|
||||||
|
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue