Ensure all EVP calls have their returns checked where appropriate
[openssl.git] / .travis.yml
index 3125363cdf009d29e6b859bf7b9f3b8397862e97..397ac1d958abdf0e728410c65ac6aa314454f05b 100644 (file)
@@ -26,6 +26,10 @@ matrix:
           compiler: i686-w64-mingw32-gcc
         - os: osx
           compiler: x86_64-w64-mingw32-gcc
+        - compiler: i686-w64-mingw32-gcc
+          env: CONFIG_OPTS="-d --strict-warnings"
+        - compiler: x86_64-w64-mingw32-gcc
+          env: CONFIG_OPTS="-d --strict-warnings"
 
 before_script:
     - if [ "$CC" == i686-w64-mingw32-gcc ]; then