Skip to content

Commit 6caa5f7

Browse files
committed
Update CI builds to avoid false negatives
1 parent 1361609 commit 6caa5f7

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

.travis.yml

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: elixir
22
os:
33
- linux
44
elixir:
5+
- 1.9
56
- 1.8
67
- 1.7
78
- 1.6
@@ -10,26 +11,31 @@ elixir:
1011
- 1.3
1112
- 1.2
1213
otp_release:
13-
- 21.2
14+
- 22.0
15+
- 21.3
1416
- 20.3
1517
- 19.3
1618
- 18.3
1719
env:
1820
matrix:
1921
include:
20-
- elixir: 1.8
21-
otp_release: 21.2
22+
- elixir: 1.9
23+
otp_release: 22.0
2224
script:
2325
- 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
2628
script:
2729
- mix credo --all --format=oneline
28-
- elixir: 1.8
29-
otp_release: 21.2
30+
- elixir: 1.9
31+
otp_release: 22.0
3032
script:
3133
- mix bench
3234
exclude:
35+
- elixir: 1.9
36+
otp_release: 19.3
37+
- elixir: 1.9
38+
otp_release: 18.3
3339
- elixir: 1.8
3440
otp_release: 19.3
3541
- elixir: 1.8
@@ -40,16 +46,24 @@ matrix:
4046
otp_release: 18.3
4147
- elixir: 1.5
4248
otp_release: 21.2
49+
- elixir: 1.5
50+
otp_release: 18.3
4351
- elixir: 1.4
4452
otp_release: 21.2
53+
- elixir: 1.4
54+
otp_release: 18.3
4555
- elixir: 1.3
4656
otp_release: 21.2
4757
- elixir: 1.3
4858
otp_release: 20.3
59+
- elixir: 1.3
60+
otp_release: 18.3
4961
- elixir: 1.2
5062
otp_release: 21.2
5163
- elixir: 1.2
5264
otp_release: 20.3
65+
- elixir: 1.2
66+
otp_release: 18.3
5367
allow_failures:
5468
- elixir: 1.8
5569
otp_release: 21.2

0 commit comments

Comments
 (0)