diff options
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index abab6ae..7bc005b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -127,7 +127,8 @@ Committing You MUST ensure that all commits pass all tests and do not have extra Dialyzer warnings. -Running tests is fairly straightforward. +Running tests is fairly straightforward. Note that you need at least +Erlang/OTP R16B01 for the SSL tests to run. ``` bash make tests |