Update Elixir version

Update the project wide Elixir requirement to the latest stable version.

Additionally, update the OTP version in Travis to the latest one.
This commit is contained in:
Mikael Muszynski 2020-01-19 15:29:04 +01:00
parent e22c34f2ff
commit 9260157641
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(),