Travis CI: Do not test on Erlang 18.3
The Python client TLS connection is rejected because of "insufficient security". This is a regression in Erlang 18.3.
This commit is contained in:
parent
dc7eb71382
commit
56976ae96e
|
|
@ -8,7 +8,7 @@ addons:
|
|||
packages:
|
||||
- xsltproc
|
||||
otp_release:
|
||||
- "18.3"
|
||||
#- "18.3" # Skip Erlang 18.3 because of regressions in SSL.
|
||||
- "19.0"
|
||||
|
||||
# The checkout made by Travis is a "detached HEAD" and branches
|
||||
|
|
|
|||
Loading…
Reference in New Issue