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 d4f5821 commit 2ac6121Copy full SHA for 2ac6121
.travis.yml
@@ -3,28 +3,28 @@ elixir:
3
- 1.3.4
4
- 1.4
5
- 1.5
6
- - 1.6.0
+ - 1.6
7
otp_release:
8
- 18.3
9
- 19.3
10
- - 20.0
+ - 20.2
11
env:
12
- MIX_FORMAT=true
13
- MIX_FORMAT=false
14
matrix:
15
exclude:
16
- - elixir: 1.6.0
+ - elixir: 1.6
17
env: MIX_FORMAT=false
18
- elixir: 1.3.4
19
env: MIX_FORMAT=true
20
- elixir: 1.4
21
22
- elixir: 1.5
23
24
25
otp_release: 18.3
26
27
- otp_release: 20.0
+ otp_release: 20.2
28
notifications:
29
email:
30
- [email protected]
0 commit comments