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:
Mikael Muszynski 2020-01-19 15:43:22 +01:00 committed by James
parent 452eafc981
commit 1175f6b2c2
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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(),