Skip to content

Commit

Permalink
Bump version and drop support for Elixir 1.5 and 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel committed Sep 30, 2019
1 parent be85072 commit 257ba94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ script:
fi
matrix:
include:
- elixir: 1.5
otp_release: 19.3
- elixir: 1.5
otp_release: 20.3
- elixir: 1.6
otp_release: 19.3
- elixir: 1.6
otp_release: 20.3
- elixir: 1.6
otp_release: 21.0
- elixir: 1.7
otp_release: 19.3
- elixir: 1.7
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ defmodule HTTPoison.Mixfile do
def project do
[
app: :httpoison,
version: "1.5.1",
elixir: "~> 1.5",
version: "1.6.0",
elixir: "~> 1.7",
name: "HTTPoison",
description: @description,
package: package(),
Expand Down

0 comments on commit 257ba94

Please sign in to comment.