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 b174cef commit 5fe1e65Copy full SHA for 5fe1e65
.travis.yml
@@ -6,17 +6,16 @@ cache:
6
- ~/.mix
7
- _build
8
9
-elixir:
10
- - 1.4
11
- - 1.6
12
-
13
-otp_release:
14
- - 19.3
15
- - 20.0
16
17
matrix:
18
include:
19
- - otp_release: 20.0
+ - otp_release: 21.3
+ elixir: 1.8
+ elixir: 1.7
+ - otp_release: 20.3
+ elixir: 1.6
+ - otp_release: 19.3
20
elixir: 1.5
21
- otp_release: 18.3
22
elixir: 1.4
0 commit comments