Skip to content

Commit

Permalink
Updates minimal elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Nov 23, 2017
1 parent 4ae3f7f commit 22203c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ language: elixir
sudo: false

elixir:
- 1.3
- 1.4
- 1.5

otp_release:
- 18.2
- 19.3
- 19
- 20

env: MIX_ENV=test

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule EctoAutoslugField.Mixfile do
def project do
[app: :ecto_autoslug_field,
version: @version,
elixir: "~> 1.2",
elixir: "~> 1.4",
deps: deps(),

build_embedded: Mix.env == :prod,
Expand Down

0 comments on commit 22203c1

Please sign in to comment.