Skip to content

Commit

Permalink
Drop support to 0.14.*
Browse files Browse the repository at this point in the history
Reasons:

* typespecs on structs are different
* private functions using defoverridable was buggy
  • Loading branch information
edgurgel committed Aug 16, 2014
1 parent 81b6e97 commit 35c7ad9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ notifications:
recipients:
- [email protected]
env:
- ELIXIR="v0.14.1"
- ELIXIR="v0.14.2"
- ELIXIR="v0.14.3"
- ELIXIR="v0.15.0"
- ELIXIR="v0.15.1"
otp_release:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule HTTPoison.Mixfile do
def project do
[ app: :httpoison,
version: "0.3.3",
elixir: "~> 0.14.1 or ~> 0.15.0",
elixir: "~> 0.15.0",
name: "HTTPoison",
description: @description,
package: package,
Expand Down

0 comments on commit 35c7ad9

Please sign in to comment.