Skip to content

Commit 0c632fd

Browse files
LOU Xuntony612
LOU Xun
authored andcommitted
Add OTP 21.0 to build matrix, also try building a package (protocolbuffers#36)
Exclude 1.4 and 1.5 w/ OTP 21.0 since TravisCI doesn't support this (Hex does not supply such combination yet?)
1 parent 6961d7b commit 0c632fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ elixir:
99
otp_release:
1010
- 19.3
1111
- 20.0
12+
- 21.0
13+
matrix:
14+
exclude:
15+
- elixir: 1.4
16+
otp_release: 21.0
17+
- elixir: 1.5
18+
otp_release: 21.0
1219
env:
1320
- MIX_ENV=test VERBOSE_TESTS=true
1421
install:
@@ -23,3 +30,4 @@ before_script:
2330
script:
2431
- mix test
2532
- mix test.integration
33+
- mix hex.build

0 commit comments

Comments
 (0)