Skip to content

Commit

Permalink
Support 0.15.0
Browse files Browse the repository at this point in the history
Use HTTParrot 0.3.1
  • Loading branch information
edgurgel committed Aug 3, 2014
1 parent cb7f77a commit bca6f74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
- ELIXIR="v0.14.1"
- ELIXIR="v0.14.2"
- ELIXIR="v0.14.3"
- ELIXIR="v0.15.0"
otp_release:
- 17.0
- 17.1
Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ defmodule HTTPoison.Mixfile do

def project do
[ app: :httpoison,
version: "0.3.1",
elixir: "~> 0.14.1",
version: "0.3.2",
elixir: "~> 0.14.1 or ~> 0.15.0",
name: "HTTPoison",
description: @description,
package: package,
Expand All @@ -21,7 +21,7 @@ defmodule HTTPoison.Mixfile do

defp deps do
[ { :hackney, github: "benoitc/hackney", tag: "0.13.0" },
{ :httparrot, github: "edgurgel/httparrot", tag: "0.3.0", only: :test },
{ :httparrot, "~> 0.3.1", only: :test },
{ :meck, github: "eproxus/meck", tag: "0.8.2", only: :test } ]
end

Expand Down

0 comments on commit bca6f74

Please sign in to comment.