Skip to content

Commit f12b7f5

Browse files
committed
update travis
1 parent 4819ec5 commit f12b7f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: elixir
22
elixir:
33
- 1.10
4+
- 1.11
45
otp_release:
56
- 21.3
67
- 22.3
@@ -10,8 +11,10 @@ env:
1011
- STRICT=false
1112
matrix:
1213
exclude:
13-
- elixir: 1.10
14+
- elixir: 1.11
1415
env: STRICT=false
16+
- elixir: 1.10
17+
env: STRICT=true
1518
notifications:
1619
email:
1720

0 commit comments

Comments
 (0)