Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Travis CI: Disable test on Erlang 18.3
Browse files Browse the repository at this point in the history
Erlang 18.3 has too many regressions in SSL.

[#135953005]
  • Loading branch information
dumbbell authored and Daniil Fedotov committed Feb 7, 2017
1 parent baeaaa5 commit 85c38f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ otp_release:
#- "R16B03-1" # Erlang R16B03 doesn't like one of the certificates.
- "17.5"
- "18.0"
- "18.3"
#- "18.3" # Skip Erlang 18.3 because of regressions in SSL.
- "19.0"

before_script:
Expand Down

0 comments on commit 85c38f1

Please sign in to comment.