Skip to content

Commit

Permalink
Require at least Elixir v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmag committed Oct 31, 2016
1 parent 5908cd2 commit d64c874
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ language: elixir

matrix:
include:
- otp_release: 17.5
elixir: 1.0.5
- otp_release: 17.5
elixir: 1.1.1
- otp_release: 18.3
elixir: 1.2.6
- otp_release: 18.3
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Statix.Mixfile do
def project() do
[app: :statix,
version: "0.8.0",
elixir: "~> 1.0",
elixir: "~> 1.2",
description: description(),
package: package()]
end
Expand Down

0 comments on commit d64c874

Please sign in to comment.