Cast to an unsigned type before negating
[openssl.git] / .travis.yml
index 235e309909cfdc8abe2c3215f856b57063a2419d..b117f0ef74609ef11d6a650cde2b2b76a503c612 100644 (file)
@@ -35,6 +35,9 @@ env:
 
 matrix:
     include:
+        - os: linux
+          compiler: clang-3.6
+          env: CONFIG_OPTS="--strict-warnings no-deprecated" BUILDONLY="yes"
         - os: linux
           compiler: gcc
           env: CONFIG_OPTS="--debug --coverage no-asm enable-rc5 enable-md2 enable-ec_nistp_64_gcc_128 enable-ssl3 enable-ssl3-method enable-nextprotoneg enable-weak-ssl-ciphers" COVERALLS="yes"