bump min elixir vsn to 1.2

This commit is contained in:
alisdair sullivan 2016-02-01 15:35:54 -08:00
parent 27bf30c2e2
commit 058329c86a
2 changed files with 1 additions and 7 deletions

View File

@ -3,12 +3,6 @@ elixir:
- 1.2.1
otp_release:
- 18.2
matrix:
include:
- elixir: 1.0.5
otp_release: 17.5
- elixir: 1.1.0
otp_release: 17.5
notifications:
recipients:
- alisdairsullivan@yahoo.ca

View File

@ -7,7 +7,7 @@ defmodule RFC3339.Mixfile do
[app: :rfc3339,
version: @version,
description: description,
elixir: ">= 1.0.5",
elixir: ">= 1.2",
package: package,
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,