Update the SSL_set_bio()/SSL_set0_rbio()/SSL_set0_wbio() docs
[openssl.git] / .travis.yml
index 6df51633af1e6d75fe2942e1cbd0c5b2733cadc4..a278cb2c9fbc7499e90b3790e5e2db63e52d6076 100644 (file)
@@ -34,6 +34,9 @@ matrix:
         - os: linux
           compiler: clang-3.6
           env: CONFIG_OPTS="no-shared enable-asan"
+        - os: linux
+          compiler: clang-3.6
+          env: CONFIG_OPTS="no-shared enable-msan"
         - os: linux
           compiler: clang-3.6
           env: CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 enable-ssl3 enable-ssl3-method -fno-sanitize=alignment"
@@ -76,6 +79,7 @@ before_script:
 
 script:
     - cd _build;
+    - make update
     - make
     - if [ -z "$BUILDONLY" ]; then
           if [ -n "$CROSS_COMPILE" ]; then