Travis: use Erlang 21.3, Elixir 1.8.1
This commit is contained in:
parent
360e29c64d
commit
428ff7f637
|
@ -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: QGz2fHyxOFXiunH4KLbfHbYhMcWI1Ex8c8d/oA4nXb48Hn2HaLVJcxBLa76mMke1k4e7UDYcPrSmqpqVi9N+OAWKwVZTLpdbTTChlPE+gUTHwloH2KGSm99Gj7+9q9dbg32h635S5PVIJE5BEp/5KnrDHE5HEoBaf3ggdRhr+3U=
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue