1
0
mirror of https://github.com/avitex/elixir-glicko synced 2025-04-19 06:09:58 +00:00

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