Skip to content

Commit 7b4b4eb

Browse files
committed
more travis
1 parent 9c417d8 commit 7b4b4eb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@ language: elixir
22
elixir:
33
- 1.7
44
- 1.8
5+
- 1.9
56
otp_release:
67
- 20.3
78
- 21.3
9+
- 22.0
810
env:
911
- STRICT=true
1012
- STRICT=false
1113
matrix:
1214
exclude:
13-
- otp_release: 20.3
15+
- elixir: 1.7
1416
env: STRICT=true
15-
- otp_release: 21.3
17+
- elixir: 1.8
18+
env: STRICT=true
19+
- elixir: 1.9
1620
env: STRICT=false
1721
notifications:
1822
email:

0 commit comments

Comments
 (0)