Skip to content

Commit 8dc2ff3

Browse files
committed
Add OTP 21.3 to the Travis matrix
1 parent ebd083e commit 8dc2ff3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ elixir:
44
- 1.7
55
- 1.6
66
otp_release:
7+
- 21.3
78
- 21.2
89
- 21.1
9-
- 21.0
1010
- 20.3
1111
- 20.2
1212
matrix:
1313
exclude:
14-
- elixir: 1.8
15-
otp_release: 21.0
1614
- elixir: 1.8
1715
otp_release: 20.3
1816
- elixir: 1.8
@@ -21,12 +19,12 @@ matrix:
2119
otp_release: 20.3
2220
- elixir: 1.7
2321
otp_release: 20.2
22+
- elixir: 1.6
23+
otp_release: 21.3
2424
- elixir: 1.6
2525
otp_release: 21.2
2626
- elixir: 1.6
2727
otp_release: 21.1
28-
- elixir: 1.6
29-
otp_release: 21.0
3028
services:
3129
- redis-server
3230
script:

0 commit comments

Comments
 (0)