Skip to content

Commit 0e8918b

Browse files
committed
Drop support for Elixir 1.3.4
1 parent b51cdba commit 0e8918b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: elixir
22
elixir:
3-
- 1.3.4
43
- 1.4.5
54
- 1.5.2
65
otp_release:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule Plasm.Mixfile do
77
[
88
app: :plasm,
99
version: @version,
10-
elixir: ">= 1.3.4 and < 2.0.0",
10+
elixir: ">= 1.4.0 and < 2.0.0",
1111
elixirc_paths: elixirc_paths(Mix.env),
1212
build_embedded: Mix.env == :prod,
1313
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)