summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-07-15 10:46:01 +0100
committerMatt Caswell <matt@openssl.org>2016-07-18 14:30:14 +0100
commiteb5561cd775ca533a919f93fc0e1d13aa70f3760 (patch)
tree0a78fb84f03aa92fd48996da4735b571c92e8593 /.travis.yml
parent0f512756e2bd8a6b855c925373670b698540fd9f (diff)
Ensure Travis tests SSLv3
Switch on Travis testing of SSLv3. Reviewed-by: Emilia Käsper <emilia@openssl.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2232649c63..6df51633af 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,7 @@ matrix:
env: CONFIG_OPTS="no-shared enable-asan"
- os: linux
compiler: clang-3.6
- env: CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 -fno-sanitize=alignment"
+ env: CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 enable-ssl3 enable-ssl3-method -fno-sanitize=alignment"
- os: linux
compiler: clang-3.6
env: CONFIG_OPTS="no-shared no-asm enable-asan enable-rc5 enable-md2"