mirror of
https://github.com/avitex/elixir-glicko
synced 2024-12-22 00:19:58 +00:00
Update Elixir version (#2)
Update the project wide Elixir requirement to the latest stable version. Additionally, update the OTP version in Travis to `v22.1`.
This commit is contained in:
parent
452eafc981
commit
1175f6b2c2
@ -1,11 +1,11 @@
|
|||||||
language: elixir
|
language: elixir
|
||||||
elixir:
|
elixir:
|
||||||
- 1.5.0
|
- 1.9.4
|
||||||
notifications:
|
notifications:
|
||||||
recipients:
|
recipients:
|
||||||
- theavitex@gmail.com
|
- theavitex@gmail.com
|
||||||
otp_release:
|
otp_release:
|
||||||
- 18.2
|
- 22.1
|
||||||
env:
|
env:
|
||||||
- MIX_ENV=test
|
- MIX_ENV=test
|
||||||
script:
|
script:
|
||||||
|
2
mix.exs
2
mix.exs
@ -9,7 +9,7 @@ defmodule Glicko.Mixfile do
|
|||||||
do: [
|
do: [
|
||||||
app: :glicko,
|
app: :glicko,
|
||||||
version: "0.6.0",
|
version: "0.6.0",
|
||||||
elixir: "~> 1.5",
|
elixir: "~> 1.9",
|
||||||
start_permanent: Mix.env() == :prod,
|
start_permanent: Mix.env() == :prod,
|
||||||
deps: deps(),
|
deps: deps(),
|
||||||
package: package(),
|
package: package(),
|
||||||
|
Loading…
Reference in New Issue
Block a user