File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 1
1
language : elixir
2
2
elixir :
3
- - 1.7
4
3
- 1.8
5
4
- 1.9
6
5
- 1.10
7
6
otp_release :
8
- - 19.3
9
7
- 20.3
10
8
- 21.3
11
9
- 22.3
12
10
- 23.0
13
11
matrix :
14
12
exclude :
15
- - elixir : 1.7
16
- otp_release : 23.0
17
- - elixir : 1.8
18
- otp_release : 19.3
19
13
- elixir : 1.8
20
14
otp_release : 23.0
21
- - elixir : 1.9
22
- otp_release : 19.3
23
15
- elixir : 1.9
24
16
otp_release : 23.0
25
- - elixir : 1.10
26
- otp_release : 19.3
27
17
- elixir : 1.10
28
18
otp_release : 20.3
29
19
cache :
32
22
- deps
33
23
script :
34
24
- mix test
35
- - if [[ `elixir -v` = *"1.8"* ]]; then mix format --check-formatted; fi
25
+ - mix format --check-formatted
36
26
- if [[ `elixir -v` = *"1.8"* ]]; then
37
27
travis_wait 30 mix dialyzer --halt-exit-status --format term;
38
28
fi
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ defmodule HTTPoison.Mixfile do
8
8
def project do
9
9
[
10
10
app: :httpoison ,
11
- version: "1.6.2 " ,
12
- elixir: "~> 1.7 " ,
11
+ version: "1.7.0 " ,
12
+ elixir: "~> 1.8 " ,
13
13
name: "HTTPoison" ,
14
14
description: @ description ,
15
15
package: package ( ) ,
You can’t perform that action at this time.
0 commit comments