We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd083e commit 8dc2ff3Copy full SHA for 8dc2ff3
.travis.yml
@@ -4,15 +4,13 @@ elixir:
4
- 1.7
5
- 1.6
6
otp_release:
7
+ - 21.3
8
- 21.2
9
- 21.1
- - 21.0
10
- 20.3
11
- 20.2
12
matrix:
13
exclude:
14
- - elixir: 1.8
15
- otp_release: 21.0
16
- elixir: 1.8
17
otp_release: 20.3
18
@@ -21,12 +19,12 @@ matrix:
21
19
22
20
- elixir: 1.7
23
otp_release: 20.2
+ - elixir: 1.6
+ otp_release: 21.3
24
- elixir: 1.6
25
otp_release: 21.2
26
27
otp_release: 21.1
28
- - elixir: 1.6
29
30
services:
31
- redis-server
32
script:
0 commit comments