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
elixir:
- 1.5.0
- 1.9.4
notifications:
recipients:
- theavitex@gmail.com
otp_release:
- 18.2
- 22.1
env:
- MIX_ENV=test
script:

View File

@ -9,7 +9,7 @@ defmodule Glicko.Mixfile do
do: [
app: :glicko,
version: "0.6.0",
elixir: "~> 1.5",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps(),
package: package(),