Skip to content

Commit

Permalink
Bump version 1.7.0
Browse files Browse the repository at this point in the history
Also drop Elixir 1.7
  • Loading branch information
edgurgel committed Jun 10, 2020
1 parent b3d57ef commit cf33f34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,19 @@
language: elixir
elixir:
- 1.7
- 1.8
- 1.9
- 1.10
otp_release:
- 19.3
- 20.3
- 21.3
- 22.3
- 23.0
matrix:
exclude:
- elixir: 1.7
otp_release: 23.0
- elixir: 1.8
otp_release: 19.3
- elixir: 1.8
otp_release: 23.0
- elixir: 1.9
otp_release: 19.3
- elixir: 1.9
otp_release: 23.0
- elixir: 1.10
otp_release: 19.3
- elixir: 1.10
otp_release: 20.3
cache:
Expand All @@ -32,7 +22,7 @@ cache:
- deps
script:
- mix test
- if [[ `elixir -v` = *"1.8"* ]]; then mix format --check-formatted; fi
- mix format --check-formatted
- if [[ `elixir -v` = *"1.8"* ]]; then
travis_wait 30 mix dialyzer --halt-exit-status --format term;
fi
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.6.2",
elixir: "~> 1.7",
version: "1.7.0",
elixir: "~> 1.8",
name: "HTTPoison",
description: @description,
package: package(),
Expand Down

0 comments on commit cf33f34

Please sign in to comment.