Skip to content

Commit 2158dee

Browse files
committed
update travis
1 parent c19e454 commit 2158dee

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.travis.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,17 @@
11
language: elixir
22
elixir:
3-
- 1.7
4-
- 1.8
5-
- 1.9
63
- 1.10
74
otp_release:
8-
- 20.3
95
- 21.3
10-
- 22.2
6+
- 22.3
7+
- 23.0
118
env:
129
- STRICT=true
1310
- STRICT=false
1411
matrix:
1512
exclude:
16-
- elixir: 1.7
17-
env: STRICT=true
18-
- elixir: 1.8
19-
env: STRICT=true
20-
- elixir: 1.9
21-
env: STRICT=true
2213
- elixir: 1.10
2314
env: STRICT=false
24-
- elixir: 1.10
25-
otp_release: 20.3
2615
notifications:
2716
email:
2817

0 commit comments

Comments
 (0)