File tree Expand file tree Collapse file tree 1 file changed +21
-7
lines changed Expand file tree Collapse file tree 1 file changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: elixir
2
2
os :
3
3
- linux
4
4
elixir :
5
+ - 1.9
5
6
- 1.8
6
7
- 1.7
7
8
- 1.6
@@ -10,26 +11,31 @@ elixir:
10
11
- 1.3
11
12
- 1.2
12
13
otp_release :
13
- - 21.2
14
+ - 22.0
15
+ - 21.3
14
16
- 20.3
15
17
- 19.3
16
18
- 18.3
17
19
env :
18
20
matrix :
19
21
include :
20
- - elixir : 1.8
21
- otp_release : 21.2
22
+ - elixir : 1.9
23
+ otp_release : 22.0
22
24
script :
23
25
- MIX_ENV=cover mix coveralls.travis --trace
24
- - elixir : 1.8
25
- otp_release : 21.2
26
+ - elixir : 1.9
27
+ otp_release : 22.0
26
28
script :
27
29
- mix credo --all --format=oneline
28
- - elixir : 1.8
29
- otp_release : 21.2
30
+ - elixir : 1.9
31
+ otp_release : 22.0
30
32
script :
31
33
- mix bench
32
34
exclude :
35
+ - elixir : 1.9
36
+ otp_release : 19.3
37
+ - elixir : 1.9
38
+ otp_release : 18.3
33
39
- elixir : 1.8
34
40
otp_release : 19.3
35
41
- elixir : 1.8
@@ -40,16 +46,24 @@ matrix:
40
46
otp_release : 18.3
41
47
- elixir : 1.5
42
48
otp_release : 21.2
49
+ - elixir : 1.5
50
+ otp_release : 18.3
43
51
- elixir : 1.4
44
52
otp_release : 21.2
53
+ - elixir : 1.4
54
+ otp_release : 18.3
45
55
- elixir : 1.3
46
56
otp_release : 21.2
47
57
- elixir : 1.3
48
58
otp_release : 20.3
59
+ - elixir : 1.3
60
+ otp_release : 18.3
49
61
- elixir : 1.2
50
62
otp_release : 21.2
51
63
- elixir : 1.2
52
64
otp_release : 20.3
65
+ - elixir : 1.2
66
+ otp_release : 18.3
53
67
allow_failures :
54
68
- elixir : 1.8
55
69
otp_release : 21.2
You can’t perform that action at this time.
0 commit comments