Skip to content

Commit cf33f34

Browse files
committed
Bump version 1.7.0
Also drop Elixir 1.7
1 parent b3d57ef commit cf33f34

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

.travis.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,19 @@
11
language: elixir
22
elixir:
3-
- 1.7
43
- 1.8
54
- 1.9
65
- 1.10
76
otp_release:
8-
- 19.3
97
- 20.3
108
- 21.3
119
- 22.3
1210
- 23.0
1311
matrix:
1412
exclude:
15-
- elixir: 1.7
16-
otp_release: 23.0
17-
- elixir: 1.8
18-
otp_release: 19.3
1913
- elixir: 1.8
2014
otp_release: 23.0
21-
- elixir: 1.9
22-
otp_release: 19.3
2315
- elixir: 1.9
2416
otp_release: 23.0
25-
- elixir: 1.10
26-
otp_release: 19.3
2717
- elixir: 1.10
2818
otp_release: 20.3
2919
cache:
@@ -32,7 +22,7 @@ cache:
3222
- deps
3323
script:
3424
- mix test
35-
- if [[ `elixir -v` = *"1.8"* ]]; then mix format --check-formatted; fi
25+
- mix format --check-formatted
3626
- if [[ `elixir -v` = *"1.8"* ]]; then
3727
travis_wait 30 mix dialyzer --halt-exit-status --format term;
3828
fi

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ defmodule HTTPoison.Mixfile do
88
def project do
99
[
1010
app: :httpoison,
11-
version: "1.6.2",
12-
elixir: "~> 1.7",
11+
version: "1.7.0",
12+
elixir: "~> 1.8",
1313
name: "HTTPoison",
1414
description: @description,
1515
package: package(),

0 commit comments

Comments
 (0)