aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-08-31 10:24:11 +0200
committerLoïc Hoguin <[email protected]>2013-08-31 10:24:11 +0200
commitac55fb27f8f47ae2be26cd2ef9dd91853ebe5be6 (patch)
tree3d85d361ef9990f2a1ae737dc5527e4bc3dc2ad6 /CONTRIBUTING.md
parent2e5eb16f3b827870beb45d2538a0cddc73251a51 (diff)
downloadcowboy-ac55fb27f8f47ae2be26cd2ef9dd91853ebe5be6.tar.gz
cowboy-ac55fb27f8f47ae2be26cd2ef9dd91853ebe5be6.tar.bz2
cowboy-ac55fb27f8f47ae2be26cd2ef9dd91853ebe5be6.zip
Add note about SSL tests requiring R16B01
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
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